BlockLineRange.Inequality Operator (BlockLineRange, BlockLineRange)
equivalentCodeEntity
M:Microsoft.VisualStudio.Coverage.Analysis.BlockLineRange.Compare(Microsoft.VisualStudio.Coverage.Analysis.BlockLineRange,Microsoft.VisualStudio.Coverage.Analysis.BlockLineRange)
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
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
first
Type: Microsoft.VisualStudio.Coverage.Analysis.BlockLineRangeA BlockLineRange object.
second
Type: Microsoft.VisualStudio.Coverage.Analysis.BlockLineRangeA BlockLineRange object.
Return Value
Type: System.Boolean
true if the first object is greater than the second object; otherwise, false.
See Also
BlockLineRange Structure
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top