CoverageStatistics.Equals Method (CoverageStatistics)

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

Parameters

Return Value

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

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

CoverageStatistics Structure

Equals Overload

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageStatistics