Matrix.IsEqualTo Method
Parent Object: MatrixDescription
Compares this matrix for equality with the specified matrix.
Syntax
Matrix.IsEqualTo( Matrix As Matrix, [Tolerance] As Double ) As BooleanParameters
Name | Type | Description |
Matrix | Matrix | Input Matrix object that specifies matrix to compare. |
Tolerance | Double | Input Double that specifies the tolerance to be used when determining whether the matrices are equal. This is an optional argument whose default value is 0.0. |