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
Returns
- bool
- trueif specified styles are not equal to each other; otherwise,- false.