Table of Contents

Method Equals

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Equals(object?)

Specifies whether this PdfPoint contains the same coordinates as the specified object.

public override readonly bool Equals(object? obj)

Parameters

obj object

The object to test.

Returns

bool

This method returns true if obj is a PdfPoint and has the same coordinates as this PdfPoint.

Equals(PdfPoint)

Tests whether this and the other points have same coordinates.

public readonly bool Equals(PdfPoint other)

Parameters

other PdfPoint

The point to test.

Returns

bool

This method returns true if the other point is equal to this PdfPoint; otherwise, false.