Click or drag to resize
RichTextStyleEquality Operator
Gets a value indicating whether or not the two RichTextStyles are equal to one another.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static bool operator ==(
	RichTextStyle a,
	RichTextStyle b
)

Parameters

a
Type: CandlelightRichTextStyle
The first RichTextStyle.
b
Type: CandlelightRichTextStyle
The second RichTextStyle.

Return Value

Type: Boolean
if the two RichTextStyles are equal; otherwise, .
See Also