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
- first
 Type: Microsoft.TeamFoundation.Client.TeamFoundationServer
 The first TeamFoundationServer object.
- second
 Type: Microsoft.TeamFoundation.Client.TeamFoundationServer
 The second TeamFoundationServer object.
Return Value
Type: System.Boolean
True if the two objects are not equal; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.