This documentation is archived and is not being maintained.
IdentityDescriptorComparer::Equals Method (IdentityDescriptor, IdentityDescriptor)
Visual Studio 2013
Checks whether two IdentityDescriptor instances are equal.
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.
Implements
IEqualityComparer<T>::Equals(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: