SlideSize.Inequality(SlideSize, SlideSize) Operator
Compares two SlideSize structures to determine whether they are not equal.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.1.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| left | SlideSize | The first instance to compare. |
| right | SlideSize | The second instance to compare. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if two SlideSize objects are not equal; otherwise, false. |
See Also