Share via


CoverageStatistics.Equals Method (Object)

Determines whether the provided object is equal to the current coverage statistics 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 Overrides Function Equals ( _
    other As Object _
) As Boolean
public override bool Equals(
    Object other
)
public:
virtual bool Equals(
    Object^ other
) override
abstract Equals : 
        other:Object -> bool  
override Equals : 
        other:Object -> bool
public override function Equals(
    other : Object
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

CoverageStatistics Structure

Equals Overload

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageStatistics