Click or drag to resize

CharactersLessThan(Characters, Characters) Operator

Checks if the first Characters instance is less than the second.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool operator <(
	Characters c1,
	Characters c2
)

Parameters

c1  Characters
The first Characters instance.
c2  Characters
The second Characters instance.

Return Value

Boolean
true if the first instance is less; otherwise, false.
See Also