'Usage
Parameters
- hs1
- The first object to compare
- hs2
- The second object to compare
Return Value
true if the specified objects are equal to each other; otherwise, false. If both objA and objB are null, the method returns true.
'Usage