Click or drag to resize

ColorInequality Operator

Determines whether first and second Color not equal.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public static bool operator !=(
	Color first,
	Color second
)

Parameters

first  Color
The first color.
second  Color
The second color.

Return Value

Boolean
true if first and second colors are not equal; otherwise, false.
See Also