This documentation is archived and is not being maintained.

TfsConnection::Equals Method

Returns true of the specified object is equal to this TfsConnection.

Equality is defined by comparing the fully qualified url of the two TfsConnections

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

object to compare this object to

Return Value

Type: System::Boolean
True if equal, false otherwise

Show: