Table of Contents

Operator operator !=

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

operator !=(PdfFont, PdfFont)

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

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

Parameters

first PdfFont

The first object to compare.

second PdfFont

The second object to compare.

Returns

bool

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