Equals function for integer pairs.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public bool Equals(
	IntPair other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As IntPair _
) As Boolean
Visual C++
public:
virtual bool Equals(
	IntPair other
) sealed

Parameters

other
Type: CenterSpace.NMath.Matrix..::.IntPair
An integer pair.

Return Value

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

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

See Also