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)

Syntax

‘선언
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 not equal; otherwise, false.

.NET Framework Security

See Also

Reference

TeamFoundationServer Class

Microsoft.TeamFoundation.Client Namespace