Pair<(Of <(<'TFirst, TSecond>)>)>..::..Equals Method (Object)
Determines if this pair is equal to another object. The pair is equal to another object
if that object is a Pair, both element types are the same, and the first and second elements
both compare equal using object.Equals.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
Parameters
- obj
- Type: Object
Object to compare for equality.