UtfAnyString.LessThanOrEqual Operator

Definition

Overloads

LessThanOrEqual(Utf8Span, UtfAnyString)
LessThanOrEqual(Utf8String, UtfAnyString)
LessThanOrEqual(UtfAnyString, Utf8Span)
LessThanOrEqual(UtfAnyString, Utf8String)
LessThanOrEqual(UtfAnyString, UtfAnyString)
LessThanOrEqual(UtfAnyString, String)
LessThanOrEqual(String, UtfAnyString)

LessThanOrEqual(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

LessThanOrEqual(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

LessThanOrEqual(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

LessThanOrEqual(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

LessThanOrEqual(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

LessThanOrEqual(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

LessThanOrEqual(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