UtfAnyString.LessThan Operator

Definition

Overloads

LessThan(String, UtfAnyString)
LessThan(UtfAnyString, String)
LessThan(UtfAnyString, UtfAnyString)
LessThan(UtfAnyString, Utf8Span)
LessThan(Utf8String, UtfAnyString)
LessThan(Utf8Span, UtfAnyString)
LessThan(UtfAnyString, Utf8String)

LessThan(String, UtfAnyString)

public static bool operator < (string left, Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString right);
static member ( < ) : string * Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString -> bool
Public Shared Operator < (left As String, right As UtfAnyString) As Boolean

Parameters

left
String
right
UtfAnyString

Returns

Applies to

LessThan(UtfAnyString, String)

public static bool operator < (Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString left, string right);
static member ( < ) : Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString * string -> bool
Public Shared Operator < (left As UtfAnyString, right As String) As Boolean

Parameters

right
String

Returns

Applies to

LessThan(UtfAnyString, UtfAnyString)

public static bool operator < (Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString left, Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString right);
static member ( < ) : Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString * Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString -> bool
Public Shared Operator < (left As UtfAnyString, right As UtfAnyString) As Boolean

Parameters

right
UtfAnyString

Returns

Applies to

LessThan(UtfAnyString, Utf8Span)

public static bool operator < (Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString left, Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span right);
static member ( < ) : Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString * Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span -> bool
Public Shared Operator < (left As UtfAnyString, right As Utf8Span) As Boolean

Parameters

right
Utf8Span

Returns

Applies to

LessThan(Utf8String, UtfAnyString)

public static bool operator < (Microsoft.Azure.Cosmos.Core.Utf8.Utf8String left, Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString right);
static member ( < ) : Microsoft.Azure.Cosmos.Core.Utf8.Utf8String * Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString -> bool
Public Shared Operator < (left As Utf8String, right As UtfAnyString) As Boolean

Parameters

left
Utf8String
right
UtfAnyString

Returns

Applies to

LessThan(Utf8Span, UtfAnyString)

public static bool operator < (Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span left, Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString right);
static member ( < ) : Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span * Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString -> bool
Public Shared Operator < (left As Utf8Span, right As UtfAnyString) As Boolean

Parameters

left
Utf8Span
right
UtfAnyString

Returns

Applies to

LessThan(UtfAnyString, Utf8String)

public static bool operator < (Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString left, Microsoft.Azure.Cosmos.Core.Utf8.Utf8String right);
static member ( < ) : Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString * Microsoft.Azure.Cosmos.Core.Utf8.Utf8String -> bool
Public Shared Operator < (left As UtfAnyString, right As Utf8String) As Boolean

Parameters

right
Utf8String

Returns

Applies to