CharactersGreaterThanOrEqual(String, Characters) Operator |
Checks if a string is greater than or equal to a Characters instance.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool operator >=(
string s,
Characters c2
)
Parameters
- s String
- The string to compare.
- c2 Characters
- The Characters instance to compare.
Return Value
Booleantrue if the string is greater than or equal to the Characters instance; otherwise, false.
See Also