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