Click or drag to resize

CSLineIDEquality Operator

Determines whether two line 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 ==(
	CSLineID a,
	CSLineID b
)

Parameters

a  CSLineID
The first identifier.
b  CSLineID
The second identifier.

Return Value

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