| Utf8StringGreaterThanOrEqual Operator |
Determines whether one specified
Utf8String is greater than or equal to 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
)
Public Shared Operator >= (
left As Utf8String,
right As Utf8String
) As Boolean
public:
static bool operator >=(
Utf8String^ left,
Utf8String^ right
)
static let inline (>=)
left : Utf8String *
right : Utf8String : bool
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