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.

TestId::Inequality Operator (TestId^, TestId^)

 
equivalentCodeEntityM:Microsoft.VisualStudio.TestTools.Common.TestId.Compare(Microsoft.VisualStudio.TestTools.Common.TestId,Microsoft.VisualStudio.TestTools.Common.TestId)

Represents an inequality operator (!=) that is used to determine whether the provided objects are not equal.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

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

Return Value

Type: System::Boolean

true if the objects are not equal; otherwise, false.

Return to top
Show: