Click or drag to resize

IntPairEquals(IntPair) Method

Equals function for integer pairs.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool Equals(
	IntPair other
)

Parameters

other  IntPair
An integer pair.

Return Value

Boolean
true if both integers in the pairs are equal; otherwise false.

Implements

IEquatableTEquals(T)
See Also