This documentation is archived and is not being maintained.

IdentityDescriptorComparer::Equals Method (IdentityDescriptor, IdentityDescriptor)

Checks whether two IdentityDescriptor instances are equal.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
virtual bool Equals(
	IdentityDescriptor^ x, 
	IdentityDescriptor^ y
) sealed

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::Boolean
True if the two identity descriptors are equal; otherwise, false.

Implements

IEqualityComparer<T>::Equals(T, T)

Show: