Click or drag to resize

CharactersLessThanOrEqual(Characters, String) Operator

Checks if a Characters instance is less than or equal to a string.

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,
	string s
)

Parameters

c1  Characters
The Characters instance to compare.
s  String
The string to compare.

Return Value

Boolean
true if the Characters instance is less than or equal to the string; otherwise, false.
See Also