Compares two workspace owner names.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Shared Function MatchOwnerName ( _
    workspaceOwnerName1 As String, _
    workspaceOwnerName2 As String _
) As Boolean
public static bool MatchOwnerName(
    string workspaceOwnerName1,
    string workspaceOwnerName2
)
public:
static bool MatchOwnerName(
    String^ workspaceOwnerName1, 
    String^ workspaceOwnerName2
)
static member MatchOwnerName : 
        workspaceOwnerName1:string * 
        workspaceOwnerName2:string -> bool 
public static function MatchOwnerName(
    workspaceOwnerName1 : String, 
    workspaceOwnerName2 : String
) : boolean
Parameters
- workspaceOwnerName1
 Type: System.String
 The first workspace owner to compare.
- workspaceOwnerName2
 Type: System.String
 The second workspace owner to compare.
Return Value
Type: System.Boolean
True if the owner names match; otherwise, false.
Remarks
This method is case-insensitive.
.NET Framework Security
- 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.