PColor32Inequality Operator

Gets whether two PColor32 structures are different.

Definition

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

Parameters

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

Return Value

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

See Also