Table of Contents

Operator operator ==

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

operator ==(PdfDocumentView, PdfDocumentView)

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

public static bool operator ==(PdfDocumentView first, PdfDocumentView second)

Parameters

first PdfDocumentView

The first object to compare.

second PdfDocumentView

The second object to compare.

Returns

bool

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