Click or drag to resize

CSPlaneIDInequality Operator

Determines whether two plane identifiers are not equal.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool operator !=(
	CSPlaneID? x,
	CSPlaneID? y
)

Parameters

x  CSPlaneID
The first identifier.
y  CSPlaneID
The second identifier.

Return Value

Boolean
true if both identifiers differ; otherwise, false.
See Also