Skip to main content

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)

public bool Equals(
Matrix other
)

Parameters

  Matrix
The other matrix to test equality against.

Return Value

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

Implements

IEquatable(T).Equals(T)

See Also

Reference

Matrix Structure
Equals Overload
Avalonia Namespace