| 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)
Syntaxpublic 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
Remarksnull == 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