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