Determines whether two TestMessageLogEntryIdentity objects do not have the same values (!-).
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
    left As TestMessageLogEntryIdentity, _
    right As TestMessageLogEntryIdentity _
) As Boolean
public static bool operator !=(
    TestMessageLogEntryIdentity left,
    TestMessageLogEntryIdentity right
)
public:
static bool operator !=(
    TestMessageLogEntryIdentity left, 
    TestMessageLogEntryIdentity right
)
static let inline(<>)
        left:TestMessageLogEntryIdentity * 
        right:TestMessageLogEntryIdentity  : bool
JScript does not support overloaded operators.
Parameters
left
Type: Microsoft.TeamFoundation.TestManagement.Client.TestMessageLogEntryIdentityA TestMessageLogEntryIdentity object.
right
Type: Microsoft.TeamFoundation.TestManagement.Client.TestMessageLogEntryIdentityA TestMessageLogEntryIdentity object.
Return Value
Type: Boolean
true if the two objects do not have the same values; 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.