Skip to main content

PdfPoint.Equals(PdfPoint) Method

Determines whether the specified object is equal to the current PdfPoint object.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool Equals(
    PdfPoint pt
)

Parameters

Name Type Description
pt PdfPoint

A PdfPoint to compare with the current object.

Returns

Type Description
Boolean

true if the specified object is equal to the current object; otherwise, false.

See Also