Operator operator ==
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator ==(PdfBox, PdfBox)
Tests whether two PdfBox structures are equal.
public static bool operator ==(PdfBox left, PdfBox right)
Parameters
left
PdfBoxThe PdfBox structure that is to the left of the equality operator.
right
PdfBoxThe PdfBox structure that is to the right of the equality operator.