Click or drag to resize

ColorEquality Operator

Determines whether first and second Color are 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 equal; otherwise, false.
See Also