RtfToHtmlColorEquals(Object) Method |
Determines whether the specified
Object is equal to this
Color instance.
Namespace: SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2024.11.25
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj Object
- The Object to compare with this color instance.
Return Value
Boolean
true if the specified
Object is a
Color
and is equal to this
Color instance; otherwise, false.
See Also