Table of Contents

Operator operator !=

Namespace
Sccg
Assembly
Sccg.dll

operator !=(in Color, in Color)

Tests whether two specified Color structures are different.

public static bool operator !=(in Color left, in Color right)

Parameters

left Color
right Color

Returns

bool