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::LessThan Operator (TestId^, TestId^)
Represents a less-than operator (<) that is used to determine whether a provided object would appear after the other provided object in a sorted list.
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.
Return Value
Type: System::Booleantrue if the left object would appear after the right object in a sorted list; otherwise, false.
Show: