Table of Contents

Operator operator !=

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

operator !=(PdfBox, PdfBox)

Tests whether two PdfBox structures are different.

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

Parameters

left PdfBox

The PdfBox structure that is to the left of the inequality operator.

right PdfBox

The PdfBox structure that is to the right of the inequality operator.

Returns

bool

This operator returns true if any properties of the two PdfBox structures are unequal; otherwise false.