Share via


BlockLineRange.LessThan Operator (BlockLineRange, BlockLineRange)

 

equivalentCodeEntity

M:Microsoft.VisualStudio.Coverage.Analysis.BlockLineRange.Compare(Microsoft.VisualStudio.Coverage.Analysis.BlockLineRange,Microsoft.VisualStudio.Coverage.Analysis.BlockLineRange)

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

public static bool operator <(
    BlockLineRange first,
    BlockLineRange second
)
public:
static bool operator <(
    BlockLineRange first,
    BlockLineRange second
)
static let inline (<)
        first:BlockLineRange *
        second:BlockLineRange : bool
Public Shared Operator < (
    first As BlockLineRange,
    second As BlockLineRange
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the first object is less than the second object; otherwise, false.

See Also

BlockLineRange Structure
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top