Click or drag to resize

IntPairEquals(IntPair, IntPair) Method

Equality function for IntPair.

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

Parameters

x  IntPair
An integer pair.
y  IntPair
An integer pair.

Return Value

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

Implements

IEqualityComparerTEquals(T, T)
See Also