This documentation is archived and is not being maintained.

ItemIdentifier::Equals Method (ItemIdentifier)

Compares this item identifier to another.

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

public:
bool Equals(
	ItemIdentifier^ id
)

Parameters

id
Type: Microsoft.TeamFoundation.VersionControl.Client::ItemIdentifier

The other item identifier to compare.

Return Value

Type: System::Boolean
True if the two objects are equivalent; otherwise, false.

Show: