PathMove.Inequality(PathMove, PathMove) Operator
Compares two PathMove 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
Parameters
| Name | Type | Description |
|---|---|---|
| move1 | PathMove | The first instance to compare. |
| move2 | PathMove | The second instance to compare. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also