Method Equals
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Equals(object?)
public override readonly bool Equals(object? obj)
Parameters
Returns
- bool
This method returns
true
ifobj
is a PdfSize and has the same width and height as this PdfSize; otherwise,false
.
Equals(PdfSize)
Tests to see whether the specified size has the same dimensions as this PdfSize.
public readonly bool Equals(PdfSize other)
Parameters
other
PdfSizeThe size to test.