Click or drag to resize

Utf8StringGreaterThan Operator

Determines whether one specified Utf8String is greater than another specified Utf8String

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static bool operator >(
	Utf8String left,
	Utf8String right
)

Parameters

left
Type: Ookii.Jumbo.IOUtf8String
A Utf8String or .
right
Type: Ookii.Jumbo.IOUtf8String
A Utf8String or .

Return Value

Type: Boolean
if left is greater than right; otherwise, .
See Also