Utf8String.LessThan 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
LessThan(Utf8String, Utf8String) | |
LessThan(Utf8String, String) | |
LessThan(String, Utf8String) |
LessThan(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
LessThan(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
LessThan(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
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET