TransformationMatrixEquals(TransformationMatrix) Method

Returns a boolean indicating whether the matrix is equal to the other given matrix.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public bool Equals(
	TransformationMatrix other
)

Parameters

other  TransformationMatrix
The other matrix to test equality against.

Return Value

Boolean
if this matrix is equal to other; otherwise, .

Implements

IEquatableTEquals(T)

See Also