BlockLineRange.Equals Method (BlockLineRange)
Determines whether the provided code block is equal to the current code block.
Namespace: Microsoft.VisualStudio.Coverage.Analysis
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
Syntax
'Declaration
Public Function Equals ( _
other As BlockLineRange _
) As Boolean
public bool Equals(
BlockLineRange other
)
public:
virtual bool Equals(
BlockLineRange other
) sealed
abstract Equals :
other:BlockLineRange -> bool
override Equals :
other:BlockLineRange -> bool
public final function Equals(
other : BlockLineRange
) : boolean
Parameters
- other
Type: Microsoft.VisualStudio.Coverage.Analysis.BlockLineRange
A BlockLineRange object.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
Implements
.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.