Share via


LineCoverageInfo.Equals Method (LineCoverageInfo)

Determines whether the provided object is equal to this line coverage info object. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As LineCoverageInfo _
) As Boolean
public bool Equals(
    LineCoverageInfo other
)
public:
virtual bool Equals(
    LineCoverageInfo other
) sealed
abstract Equals : 
        other:LineCoverageInfo -> bool  
override Equals : 
        other:LineCoverageInfo -> bool
public final function Equals(
    other : LineCoverageInfo
) : boolean

Parameters

Return Value

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

Implements

IEquatable.Equals(UTP)

.NET Framework Security

See Also

Reference

LineCoverageInfo Structure

Equals Overload

Microsoft.VisualStudio.Coverage.Analysis Namespace