This documentation is archived and is not being maintained.

TeamFoundationServer::Equals Method

Checks to see whether this TeamFoundationServer object is equal to the specified object.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object

The object to which to compare this TeamFoundationServer object.

Return Value

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

Show: