Table of Contents

Operator operator !=

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

operator !=(PdfWidget, PdfWidget)

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

public static bool operator !=(PdfWidget first, PdfWidget second)

Parameters

first PdfWidget

The first object to compare.

second PdfWidget

The second object to compare.

Returns

bool

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