This documentation is archived and is not being maintained.
Workspace::Equals Method (Workspace, Workspace)
Visual Studio 2013
Compares two Workspace objects for equivalence.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- x
- Type: Microsoft.TeamFoundation.VersionControl.Client::Workspace
The first Workspace object to compare.
- y
- Type: Microsoft.TeamFoundation.VersionControl.Client::Workspace
The second Workspace object to compare.
Return Value
Type: System::BooleanTrue if the two Workspace objects are equivalent; otherwise, false.
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: