ThemeFont.Inequality(ThemeFont, ThemeFont) Operator
Determines whether two ThemeFont objects are not equal.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| left | ThemeFont | The first object to compare. |
| right | ThemeFont | The second object to compare. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also