Equals Method
Equals(Matrix)
Determines whether the specified Matrix is equal to this instance.
Declaration
public bool Equals(Matrix other)
Public Function Equals(other As Matrix) As Boolean
Parameters
Type |
Name |
Description |
Matrix |
other |
|
Returns
Implements
Equals(object)
Determines whether the specified object is equal to this instance.
Declaration
public override bool Equals(object value)
Public Overrides Function Equals(value As Object) As Boolean
Parameters
Type |
Name |
Description |
object |
value |
|
Returns
Overrides