Table of Contents

Operator operator !=

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

operator !=(PdfXObject, PdfXObject)

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

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

Parameters

first PdfXObject

The first object to compare.

second PdfXObject

The second object to compare.

Returns

bool

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