Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'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
first
Type: Microsoft.TeamFoundation.Client.TeamFoundationServerThe first TeamFoundationServer object.
second
Type: Microsoft.TeamFoundation.Client.TeamFoundationServerThe 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.