RtfToHtmlColorInequality Operator |
Determines whether first and second Color not equal.
Namespace: SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2025.6.10
Syntaxpublic static bool operator !=(
RtfToHtmlColor first,
RtfToHtmlColor second
)
Public Shared Operator <> (
first As RtfToHtmlColor,
second As RtfToHtmlColor
) As Boolean
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