Click or drag to resize
RichTextStyleEquals Method (RichTextStyle)
Determines whether the specified RichTextStyle is equal to the current RichTextStyle.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool Equals(
	RichTextStyle other
)

Parameters

other
Type: CandlelightRichTextStyle
The RichTextStyle to compare with the current RichTextStyle.

Return Value

Type: Boolean
if the specified RichTextStyle is equal to the current RichTextStyle; otherwise, .

Implements

IEquatableTEquals(T)
See Also