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

public bool Equals(
    LineCoverageInfo other
)
public:
virtual bool Equals(
    LineCoverageInfo other
) sealed
abstract Equals : 
        other:LineCoverageInfo -> bool
override Equals : 
        other:LineCoverageInfo -> bool
Public Function Equals (
    other As LineCoverageInfo
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the objects are equal; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

Equals Overload
LineCoverageInfo Structure
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top