ModelCollationComparer.Compare 方法 (ModelIdentifier, ModelIdentifier)
比較兩個指定的 ModelIdentifier 物件,並傳回整數,這個整數表示兩者在排序次序中彼此的關聯性。
命名空間: Microsoft.Data.Schema.SchemaModel
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Public Function Compare ( _
x As ModelIdentifier, _
y As ModelIdentifier _
) As Integer
public int Compare(
ModelIdentifier x,
ModelIdentifier y
)
public:
virtual int Compare(
ModelIdentifier^ x,
ModelIdentifier^ y
) sealed
abstract Compare :
x:ModelIdentifier *
y:ModelIdentifier -> int
override Compare :
x:ModelIdentifier *
y:ModelIdentifier -> int
public final function Compare(
x : ModelIdentifier,
y : ModelIdentifier
) : int
參數
- y
型別:Microsoft.Data.Schema.SchemaModel.ModelIdentifier
ModelIdentifier 物件,表示目標物件。
傳回值
型別:System.Int32
An Int32,表示兩個物件之間的語彙關係。
值 |
Condition |
---|---|
小於零 |
x 小於 y。 |
零 |
x 等於 y。 |
大於零 |
x 大於 y。 |
實作
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。