共用方式為


ModelCollationComparer.Compare 方法 (String, String)

比較兩個指定的 String 物件,並傳回整數,這個整數表示兩者在排序次序中彼此的關聯性。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Function Compare ( _
    x As String, _
    y As String _
) As Integer
public int Compare(
    string x,
    string y
)
public:
virtual int Compare(
    String^ x, 
    String^ y
) sealed
abstract Compare : 
        x:string * 
        y:string -> int 
override Compare : 
        x:string * 
        y:string -> int 
public final function Compare(
    x : String, 
    y : String
) : int

參數

傳回值

型別:System.Int32
An Int32,表示兩個物件之間的語彙關係。

Condition

小於零

x 小於 y。

x 等於 y。

大於零

x 大於 y。

實作

IComparer<T>.Compare(T, T)

.NET Framework 安全性

請參閱

參考

ModelCollationComparer 類別

Compare 多載

Microsoft.Data.Schema.SchemaModel 命名空間

Compare