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)

Syntax

'Declaration
Public Shared Operator = ( _
    first As TeamFoundationServer, _
    second As TeamFoundationServer _
) As Boolean
public static bool operator ==(
    TeamFoundationServer first,
    TeamFoundationServer second
)
public:
static bool operator ==(
    TeamFoundationServer^ first, 
    TeamFoundationServer^ second
)
static let inline(=)
        first:TeamFoundationServer * 
        second:TeamFoundationServer  : bool
JScript does not support overloaded operators.

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

TeamFoundationServer Class

Microsoft.TeamFoundation.Client Namespace