Closed christopherfrieler closed 7 years ago
Added equals() and hashCode() to
equals()
hashCode()
CLIENTS-1063 (#695)
I need the implementations of equals() for mocking in the unit-tests of my client-code.
Added brief unit-tests. Local build passes.
Thanks for the changes!
Added
equals()
andhashCode()
toRelated Issue
CLIENTS-1063 (#695)
Motivation and Context
I need the implementations of
equals()
for mocking in the unit-tests of my client-code.How Has This Been Tested?
Added brief unit-tests. Local build passes.
Types of changes
Checklist: