MatrixEquals(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) Version: 11.3.999
public bool Equals(
	Matrix other
)

Parameters

other  Matrix
The other matrix to test equality against.

Return Value

Boolean
True if this matrix is equal to other; False otherwise.

Implements

IEquatableTEquals(T)

See Also