Click or drag to resize

RtfToHtmlColorInequality Operator

Determines whether first and second Color not equal.

Namespace: SautinSoft
Assembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2025.6.10
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 not equal; otherwise, false.
See Also