CSPlaneIDInequality Operator |
Determines whether two plane identifiers are not equal.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool operator !=(
CSPlaneID? x,
CSPlaneID? y
)
Parameters
- x CSPlaneID
- The first identifier.
- y CSPlaneID
- The second identifier.
Return Value
Booleantrue if both identifiers differ; otherwise,
false.
See Also