MatrixEquals Method |
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Equals(Matrix, Matrix) |
Indicates whether the two provided matrices hold the same data. The type of matrix is not examined, only their dimensions
and the value of the elements at each index.
|