AdjustCoordinate.Inequality(AdjustCoordinate, AdjustCoordinate) Operator
Compares two AdjustCoordinate structures to determine whether they are not equal.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
public static bool operator !=(AdjustCoordinate coordinate1, AdjustCoordinate coordinate2)
Parameters
| Name | Type | Description |
|---|---|---|
| coordinate1 | AdjustCoordinate | The first instance to compare. |
| coordinate2 | AdjustCoordinate | The second instance to compare. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also