TransformationMatrixEquals(Object) Method

Returns a boolean indicating whether the given Object is equal to this matrix instance.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The Object to compare against.

Return Value

Boolean
if the object is equal to this matrix; otherwise, .

See Also