Click or drag to resize
RichTextStyleInequality Operator
Gets a value indicating whether or not the two RichTextStyles are unequal 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 unequal; otherwise, .
See Also