Method Equals
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Equals(object?)
public override readonly bool Equals(object? obj)
Parameters
Returns
Equals(PdfPoint)
Tests whether this and the other
points have same coordinates.
public readonly bool Equals(PdfPoint other)
Parameters
other
PdfPointThe point to test.