Equals function for integer pairs.
Namespace:
CenterSpace.NMath.MatrixAssembly: 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.