Table of Contents

Operator operator !=

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

operator !=(PdfImage, PdfImage)

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

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

Parameters

first PdfImage

The first object to compare.

second PdfImage

The second object to compare.

Returns

bool

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