Click or drag to resize

Utf8String Operators

The Utf8String type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberEquality(Utf8String, Utf8String) Determines whether two specified Utf8String objects have the same value.
Public operatorStatic memberGreaterThan(Utf8String, Utf8String) Determines whether one specified Utf8String is greater than another specified Utf8String
Public operatorStatic memberGreaterThanOrEqual(Utf8String, Utf8String) Determines whether one specified Utf8String is greater than or equal to another specified Utf8String
Public operatorStatic memberInequality(Utf8String, Utf8String) Determines whether two specified Utf8String objects have different values.
Public operatorStatic memberLessThan(Utf8String, Utf8String) Determines whether one specified Utf8String is less than another specified Utf8String
Public operatorStatic memberLessThanOrEqual(Utf8String, Utf8String) Determines whether one specified Utf8String is less than or equal to another specified Utf8String
Top
See Also