PColorFInequality Operator

Gets whether two PColorF structures are different.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
C#
public static bool operator !=(
	PColorF left,
	PColorF right
)

Parameters

left  PColorF
The PColorF instance that is to the left of the inequality operator.
right  PColorF
The PColorF instance that is to the right of the inequality operator.

Return Value

Boolean
if the two PColorF structures are different; otherwise, .

See Also