Click or drag to resize

CharactersGreaterThan(String, Characters) Operator

Checks if a string is greater than 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; otherwise, false.
See Also