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^)
Represents an inequality operator (!=) that is used to determine whether the provided objects are not equal.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- left
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestId^
A TestId object.
- right
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestId^
A TestId object.
Show: