Method Equals
Equals(TransformMatrix)
Gets whether this matrix equals another matrix.
public readonly bool Equals(TransformMatrix matrix)
Parameters
matrixTransformMatrixOther matrix.
Returns
Equals(object?)
Indicates whether this instance and a specified object are equal.
public override readonly bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current instance.