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