This documentation is archived and is not being maintained.

TeamProject::Equals Method

Checks whether this TeamProject instance is equal to another object.

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object

The team project with which to compare.

Return Value

Type: System::Boolean
Returns true if the two projects are the same; otherwise, false.

Checks whether the two objects share the same name and repository.

Show: