This documentation is archived and is not being maintained.
TeamFoundationServer::Equality Operator
Visual Studio 2013
Checks to see if the specified TeamFoundationServer objects are equal.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: static bool operator ==( TeamFoundationServer^ first, TeamFoundationServer^ second )
Parameters
- first
- Type: Microsoft.TeamFoundation.Client::TeamFoundationServer
The first TeamFoundationServer object.
- second
- Type: Microsoft.TeamFoundation.Client::TeamFoundationServer
The second TeamFoundationServer object.
- 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: