PdfPoint.Equality(PdfPoint, PdfPoint) Operator
Compares two PdfPoint structures for equality.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v25.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| left | PdfPoint | The first PdfPoint instance to compare. |
| right | PdfPoint | The second PdfPoint instance to compare. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if two PdfPoint objects are equal; otherwise, false. |
See Also