Operator operator ==
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator ==(PdfXObject, PdfXObject)
Determines whether the two specified objects are equal to each other.
public static bool operator ==(PdfXObject first, PdfXObject second)
Parameters
firstPdfXObjectThe first object to compare.
secondPdfXObjectThe second object to compare.
Returns
- bool
trueif specified objects are equal to each other; otherwise,false.