Table of Contents

Operator operator !=

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

operator !=(ColorStruct, ColorStruct)

Tests whether two specified ColorStruct structures are not equivalent.

public static bool operator !=(ColorStruct left, ColorStruct right)

Parameters

left ColorStruct

The Color that is to the left of the equality operator.

right ColorStruct

The Color that is to the right of the equality operator.

Returns

bool

true if the two ColorStruct structures are not equal; otherwise, false.