RtfToHtmlColorEquality Operator |
Determines whether first and second Color are equal.
Namespace: SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2024.12.18
Syntax public 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 equal; otherwise, false.
See Also