IdentityDescriptorComparer クラス
IdentityDescriptorのオブジェクトを比較します。
継承階層
System.Object
Microsoft.TeamFoundation.Framework.Client.IdentityDescriptorComparer
名前空間: Microsoft.TeamFoundation.Framework.Client
アセンブリ: Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll 内)
構文
'宣言
Public Class IdentityDescriptorComparer _
Implements IComparer(Of IdentityDescriptor), IEqualityComparer(Of IdentityDescriptor)
public class IdentityDescriptorComparer : IComparer<IdentityDescriptor>,
IEqualityComparer<IdentityDescriptor>
IdentityDescriptorComparer 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
Instance | IdentityDescriptorComparerのこのインスタンスを取得します。 |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
Compare | 等価性の2種類のIDの記述子を比較します。 | |
Equals(Object) | 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。) | |
Equals(IdentityDescriptor, IdentityDescriptor) | IdentityDescriptorの2個のインスタンスが等しいかどうかをチェックします。 | |
Finalize | オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) | |
GetHashCode() | 特定の型のハッシュ関数として機能します。 (Object から継承されます。) | |
GetHashCode(IdentityDescriptor) | 指定したIDの記述子のハッシュ コードを取得します。 | |
GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) | |
MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) | |
ToString | 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。) |
このページのトップへ
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。