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)

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
public override bool Equals(
    Object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
abstract Equals : 
        obj:Object -> bool  
override Equals : 
        obj:Object -> bool
public override function Equals(
    obj : Object
) : boolean

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.

.NET Framework Security

See Also

Reference

TeamFoundationServer Class

Microsoft.TeamFoundation.Client Namespace