Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Shared Operator < ( _
left As TestId, _
right As TestId _
) As Boolean
'使用
Dim left As TestId
Dim right As TestId
Dim returnValue As Boolean
returnValue = (left < right)
public static bool operator <(
TestId left,
TestId right
)
public:
static bool operator <(
TestId^ left,
TestId^ right
)
JScript does not support overloaded operators.
Parameters
- right
Type: Microsoft.VisualStudio.TestTools.Common.TestId
Return Value
Type: System.Boolean
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.