This documentation is archived and is not being maintained.

TeamFoundationServer::Inequality Operator

Checks to see whether the specified TeamFoundationServer objects are not 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 not equal; otherwise, false.

Show: