RtfToHtmlColorEquals(RtfToHtmlColor) Method |
Determines whether the otherColor is equal
to this Color instance.
Namespace: SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2024.12.18
Syntax public bool Equals(
RtfToHtmlColor other
)
Public Function Equals (
other As RtfToHtmlColor
) As Boolean
Parameters
- other RtfToHtmlColor
- The other color to compare with this color instance.
Return Value
Boolean
true if the
otherColor is equal to this
Color instance; otherwise, false.
Implements
IEquatableTEquals(T)See Also