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::LessThan Operator (TestId^, TestId^)

 
equivalentCodeEntityM:Microsoft.VisualStudio.TestTools.Common.TestId.Compare(Microsoft.VisualStudio.TestTools.Common.TestId,Microsoft.VisualStudio.TestTools.Common.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.

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 left object would appear after the right object in a sorted list; otherwise, false.

Return to top
Show: