This documentation is archived and is not being maintained.
WorkingFolder::Inequality Operator
Visual Studio 2013
Compares two WorkingFolder instances for inequality.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: static bool operator !=( WorkingFolder^ workingFolder1, WorkingFolder^ workingFolder2 )
Parameters
- workingFolder1
- Type: Microsoft.TeamFoundation.VersionControl.Client::WorkingFolder
The inequality of the workingFolder2
- workingFolder2
- Type: Microsoft.TeamFoundation.VersionControl.Client::WorkingFolder
The inequality of workingFolder3.
Return Value
Type: System::BooleanTrue if the two WorkingFolder instances 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: