Share via


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

Return Value

Type: Boolean
true if the objects are equal; otherwise, false.

Implements

IEquatable.Equals(UTP)

.NET Framework Security

See Also

Reference

BlockLineRange Structure

Equals Overload

Microsoft.VisualStudio.Coverage.Analysis Namespace