Click or drag to resize

RtfToHtmlColorEquality Operator

Determines whether first and second Color are equal.

Namespace: SautinSoft
Assembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2024.12.18
Syntax
public static bool operator ==(
	RtfToHtmlColor first,
	RtfToHtmlColor second
)

Parameters

first  RtfToHtmlColor
The first color.
second  RtfToHtmlColor
The second color.

Return Value

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