Click or drag to resize

Utf8String Operators

The Utf8String type exposes the following members.

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