This documentation is archived and is not being maintained.

Workspace::Equals Method (Object)

Compares this Workspace object to another Workspace 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 second Workspace object to compare.

Return Value

Type: System::Boolean
True if this workspace and obj are equivalent; otherwise, false.

Compares the repository, workspace name, and the workspace owner name.

Show: