Click or drag to resize

RtfToHtmlColorEquals(Object) Method

Determines whether the specified Object is equal to this Color instance.

Namespace: SautinSoft
Assembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2024.11.25
Syntax
public override bool Equals(
	Object obj
)

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