The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestMessageLogEntryIdentity::Inequality Operator (TestMessageLogEntryIdentity, TestMessageLogEntryIdentity)
Determines whether two TestMessageLogEntryIdentity objects do not have the same values (!-).
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
public: static bool operator !=( TestMessageLogEntryIdentity left, TestMessageLogEntryIdentity right )
Parameters
Return Value
Type: System::Booleantrue if the two objects do not have the same values; otherwise, false.
Show: