This documentation is archived and is not being maintained.
IdentityDescriptorComparer::Compare Method
Visual Studio 2013
Compares two identity descriptors for equivalence.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- x
- Type: Microsoft.TeamFoundation.Framework.Client::IdentityDescriptor
The first identity descriptor.
- y
- Type: Microsoft.TeamFoundation.Framework.Client::IdentityDescriptor
The second identity descriptor.
Return Value
Type: System::Int32Returns 0 if the two identity descriptors are equal. Returns nonzero if the identity descriptors are not equal.
Implements
IComparer<T>::Compare(T, T)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: