BlockLineRange.Equality Operator (BlockLineRange, BlockLineRange)
equivalentCodeEntity
M:Microsoft.VisualStudio.Coverage.Analysis.BlockLineRange.Equals(Microsoft.VisualStudio.Coverage.Analysis.BlockLineRange)
Determines whether two code block line range objects are equal in code that uses the equality 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 objects are equal; otherwise, false.
See Also
BlockLineRange Structure
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top