This documentation is archived and is not being maintained.
Workspace::MatchOwnerName Method
Visual Studio 2013
Compares the names of two workspace owners.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: static bool MatchOwnerName( String^ workspaceOwnerName1, String^ workspaceOwnerName2 )
Parameters
- workspaceOwnerName1
- Type: System::String
The first name to compare.
- workspaceOwnerName2
- Type: System::String
The second name to compare.
- 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: