TransformationMatrixInequality Operator

Returns a boolean indicating whether the given matrices are not equal.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public static bool operator !=(
	TransformationMatrix a,
	TransformationMatrix b
)

Parameters

a  TransformationMatrix
The first source matrix.
b  TransformationMatrix
The second source matrix.

Return Value

Boolean
if the matrices are not equal; otherwise, .

See Also