Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

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


public bool Equals(
	Object obj
)
Public Function Equals ( _
	obj As Object _
) As Boolean
public:
bool^ Equals(
	Object^ obj
)

Parameters

obj
Type: Object
Object to compare for equality.

Return Value

True if the objects are equal. False if the objects are not equal.