次の方法で共有


Utf8String.GreaterThan 演算子

定義

オーバーロード

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

パラメーター

left
Utf8String
right
Utf8String

戻り値

適用対象

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

パラメーター

left
Utf8String
right
String

戻り値

適用対象

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

パラメーター

left
String
right
Utf8String

戻り値

適用対象