AdjustPoint.Equality(AdjustPoint, AdjustPoint) Operator
Compares two AdjustPoint structures for equality.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| point1 | AdjustPoint | The first instance to compare. |
| point2 | AdjustPoint | The second instance to compare. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also