MatrixEquals(Matrix) Method
Returns a boolean indicating whether the matrix is equal to the other given matrix.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Equals(
Matrix other
)
Public Function Equals (
other As Matrix
) As Boolean
abstract Equals :
other : Matrix -> bool
override Equals :
other : Matrix -> bool
- other Matrix
- The other matrix to test equality against.
BooleanTrue if this matrix is equal to other; False otherwise.
IEquatableTEquals(T)