  | IntPairEquals(IntPair) Method | 
            Equals function for integer pairs. 
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool Equals(
	IntPair other
)
Public Function Equals ( 
	other As IntPair
) As Boolean
public:
virtual bool Equals(
	IntPair other
) sealed
abstract Equals : 
        other : IntPair -> bool 
override Equals : 
        other : IntPair -> bool Parameters
- other  IntPair
 - An integer pair.
 
Return Value
Booleantrue if both integers in the pairs are equal;
            otherwise 
false.
Implements
IEquatableTEquals(T)
See Also