Click or drag to resize

CSPlaneIDEquality Operator

Determines whether two plane identifiers are 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? a,
	CSPlaneID? b
)

Parameters

a  CSPlaneID
The first identifier.
b  CSPlaneID
The second identifier.

Return Value

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