Equals(Matrix) Method
Returns a boolean indicating whether the matrix is equal to the other given matrix.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Equals(
Matrix other
)
Public Function Equals (
other As Matrix
) As Boolean
abstract Equals :
other : Matrix -> bool
override Equals :
other : Matrix -> bool
Parameters
- Matrix
- The other matrix to test equality against.
Return Value
Boolean
True if this matrix is equal to other; False otherwise.