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
public bool Equals(
CoverageStatistics other
)
public:
virtual bool Equals(
CoverageStatistics other
) sealed
abstract Equals :
other:CoverageStatistics -> bool
override Equals :
other:CoverageStatistics -> bool
Public Function Equals (
other As CoverageStatistics
) As Boolean
Parameters
other
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageStatisticsA CoverageStatistics object.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
Implements
See Also
CoverageStatistics
Equals Overload
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top