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