Summary
Returns a boolean indicating whether the matrix is equal to the other given matrix.
Syntax
public bool Equals(Matrix other)
Parameters
Name | Type | Description |
---|---|---|
other | Matrix | The other matrix to test equality against. |
Return Value
Type | Description |
---|---|
bool | True if this matrix is equal to other; False otherwise. |