Matrix2d.IsEqualTo Method
Parent Object: Matrix2dDescription
Compares this matrix2d for equality with the specified matrix2d
Syntax
Matrix2d.IsEqualTo( Matrix2d As Matrix2d, [Tolerance] As Double ) As BooleanParameters
Name | Type | Description |
Matrix2d | Matrix2d | Matrix2s to compare to. |
Tolerance | Double | Tolerance value for comparison. This is an optional argument whose default value is 0.0. |