共用方式為


IdentityDescriptorComparer.Compare 方法

比較相等的兩個識別所描述元。

命名空間:  Microsoft.TeamFoundation.Framework.Client
組件:  Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)

語法

'宣告
Public Function Compare ( _
    x As IdentityDescriptor, _
    y As IdentityDescriptor _
) As Integer
public int Compare(
    IdentityDescriptor x,
    IdentityDescriptor y
)

參數

傳回值

型別:System.Int32
如果兩個識別所描述元相等,則傳回零。識別,則描述元不相等,則傳回非零。

實作

IComparer<T>.Compare(T, T)

備註

在識別描述元屬性執行字串比較。

.NET Framework 安全性

請參閱

參考

IdentityDescriptorComparer 類別

Microsoft.TeamFoundation.Framework.Client 命名空間