Click or drag to resize

CharactersGreaterThanOrEqual(String, Characters) Operator

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

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 >=(
	string s,
	Characters c2
)

Parameters

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

Return Value

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