Matrix.

Equals(Matrix) Method

Summary

Returns a boolean indicating whether the matrix is equal to the other given matrix.
Namespace
Avalonia
Containing Type
Matrix

Syntax

public bool Equals(Matrix other)

Parameters

Name Type Description
other Matrix The other matrix to test equality against.

Return Value

Type Description
bool True if this matrix is equal to other; False otherwise.