Click or drag to resize

RtfToHtmlColorEquals(RtfToHtmlColor) Method

Determines whether the otherColor is equal to this Color instance.

Namespace: SautinSoft
Assembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2024.6.6
Syntax
public bool Equals(
	RtfToHtmlColor other
)

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