kkevlar / section-searcher

Project for CSC 308 and 309
1 stars 0 forks source link

Implement equals() and hashCode() methods for Section, TimeBlock, and Time #104

Closed bwlyday closed 5 years ago

bwlyday commented 5 years ago

equals() will be used frequently in testing and hashCode() should be overriden any time equals() is overriden