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
other
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageStatisticsA CoverageStatistics object.
Return Value
Type: Boolean
true if the objects are equal; otherwise, false.
Implements
IEquatable.Equals(UTP)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.