Scene3DVector.Inequality(Scene3DVector, Scene3DVector) Operator
Compares two Scene3DVector 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 |
|---|---|---|
| left | Scene3DVector | The first |
| right | Scene3DVector | The second |
Returns
| Type | Description |
|---|---|
| Boolean | true if two |
See Also