다음을 통해 공유


TestId.LessThan 연산자

제공된 개체가 정렬된 목록에서 다른 제공된 개체보다 뒤에 나타날지 여부를 확인하는 데 사용되는 보다 작음 연산자(<)를 나타냅니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Common
어셈블리:  Microsoft.VisualStudio.QualityTools.Common(Microsoft.VisualStudio.QualityTools.Common.dll)

구문

‘선언
Public Shared Operator < ( _
    left As TestId, _
    right As TestId _
) As Boolean
public static bool operator <(
    TestId left,
    TestId right
)
public:
static bool operator <(
    TestId^ left, 
    TestId^ right
)
static let inline(<)
        left:TestId * 
        right:TestId  : bool
JScript에서는 오버로드된 연산자를 지원하지 않습니다.

매개 변수

반환 값

형식: Boolean
정렬된 목록에서 left 개체가 right 개체보다 뒤에 나타나면 true이고, 그렇지 않으면 false입니다.

.NET Framework 보안

참고 항목

참조

TestId 클래스

Microsoft.VisualStudio.TestTools.Common 네임스페이스