Table of Contents

Operator operator !=

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

operator !=(PdfAction, PdfAction)

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

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

Parameters

first PdfAction

The first object to compare.

second PdfAction

The second object to compare.

Returns

bool

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