BlockLineRange.LessThan Operator
Determines whether the first of two code block line range objects is less than the second object when using the less-than operator (<).
Namespace: Microsoft.VisualStudio.Coverage.Analysis
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
Syntax
'Declaration
Public Shared Operator < ( _
first As BlockLineRange, _
second As BlockLineRange _
) As Boolean
public static bool operator <(
BlockLineRange first,
BlockLineRange second
)
public:
static bool operator <(
BlockLineRange first,
BlockLineRange second
)
static let inline (<)
first:BlockLineRange *
second:BlockLineRange : bool
JScript does not support overloaded operators.
Parameters
- first
Type: Microsoft.VisualStudio.Coverage.Analysis.BlockLineRange
A BlockLineRange object.
- second
Type: Microsoft.VisualStudio.Coverage.Analysis.BlockLineRange
A BlockLineRange object.
Return Value
Type: System.Boolean
true if the first object is less than the second object; otherwise, false.
.NET Framework Security
- 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.