Utf8String.GreaterThan Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GreaterThan(Utf8String, Utf8String) | |
GreaterThan(Utf8String, String) | |
GreaterThan(String, Utf8String) |
GreaterThan(Utf8String, Utf8String)
public static bool operator > (Microsoft.Azure.Cosmos.Core.Utf8.Utf8String left, Microsoft.Azure.Cosmos.Core.Utf8.Utf8String right);
static member ( > ) : Microsoft.Azure.Cosmos.Core.Utf8.Utf8String * Microsoft.Azure.Cosmos.Core.Utf8.Utf8String -> bool
Public Shared Operator > (left As Utf8String, right As Utf8String) As Boolean
Parameters
- left
- Utf8String
- right
- Utf8String
Returns
Applies to
GreaterThan(Utf8String, String)
public static bool operator > (Microsoft.Azure.Cosmos.Core.Utf8.Utf8String left, string right);
static member ( > ) : Microsoft.Azure.Cosmos.Core.Utf8.Utf8String * string -> bool
Public Shared Operator > (left As Utf8String, right As String) As Boolean
Parameters
- left
- Utf8String
- right
- String
Returns
Applies to
GreaterThan(String, Utf8String)
public static bool operator > (string left, Microsoft.Azure.Cosmos.Core.Utf8.Utf8String right);
static member ( > ) : string * Microsoft.Azure.Cosmos.Core.Utf8.Utf8String -> bool
Public Shared Operator > (left As String, right As Utf8String) As Boolean
Parameters
- left
- String
- right
- Utf8String