Information
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)

 
equivalentCodeEntityM:Microsoft.TeamFoundation.TestManagement.Client.TestMessageLogEntryIdentity.Compare(Microsoft.TeamFoundation.TestManagement.Client.TestMessageLogEntryIdentity,Microsoft.TeamFoundation.TestManagement.Client.TestMessageLogEntryIdentity)

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)

public:
static bool operator !=(
	TestMessageLogEntryIdentity left,
	TestMessageLogEntryIdentity right
)

Return Value

Type: System::Boolean

true if the two objects do not have the same values; otherwise, false.

Return to top
Show: