This documentation is archived and is not being maintained.
WorkspaceInfo::Inequality Operator
Visual Studio 2013
Compares two WorkspaceInfo objects.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: static bool operator !=( WorkspaceInfo^ workspaceInfo1, WorkspaceInfo^ workspaceInfo2 )
Parameters
- workspaceInfo1
- Type: Microsoft.TeamFoundation.VersionControl.Client::WorkspaceInfo
The first WorkspaceInfo object.
- workspaceInfo2
- Type: Microsoft.TeamFoundation.VersionControl.Client::WorkspaceInfo
The second WorkspaceInfo object.
Return Value
Type: System::BooleanTrue if the two WorkspaceInfo objects are not equivalent; otherwise, false.
- 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: