Method Equals
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Equals(object?)
Tests whether obj
is a PdfBox with
the same properties.
public override readonly bool Equals(object? obj)
Parameters
Returns
- bool
This method returns
true
ifobj
is a PdfBox and its properties are equal to the corresponding properties of this PdfBox; otherwise,false
.
Equals(PdfBox)
Tests whether this and the other
boxes have same properties.
public readonly bool Equals(PdfBox other)
Parameters
other
PdfBoxThe box to test.