Click or drag to resize
PairTVal1, TVal2Equals Method
Determines whether the specified Object is equal to the current Object.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare with the current Object.

Return Value

Type: Boolean
true if the specified Object is equal to the current Object; otherwise, false.
Exceptions
ExceptionCondition
NullReferenceException The obj parameter is null.
Remarks
null == null is considered true. If TVal1 or TVal2 is an array type, the values are considered equal if the values in the array are equal
See Also