This documentation is archived and is not being maintained.

TeamFoundationServer::Equality Operator

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.

Return Value

Type: System::Boolean
True if the two objects are equal, false otherwise.

Show: