Color32Inequality Operator

Gets whether two Color32 structures are different.

Definition

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

Parameters

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

Return Value

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

See Also