Share via


BlockLineRange.Inequality Operator

Determines whether two code block line range objects are not equal when using the inequality 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

Return Value

Type: Boolean
true if the first object is greater than the second object; otherwise, false.

.NET Framework Security

See Also

Reference

BlockLineRange Structure

Microsoft.VisualStudio.Coverage.Analysis Namespace