Table of Contents

Operator operator !=

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

operator !=(TextStyle, TextStyle)

Determines whether the two specified styles are not equal to each other.

public static bool operator !=(TextStyle left, TextStyle right)

Parameters

left TextStyle

The first style to compare.

right TextStyle

The second style to compare.

Returns

bool

true if specified styles are not equal to each other; otherwise, false.