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.4.0.0 (1.4.19.0529)
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
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 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