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
'Declaration
Public Function Equals ( _
other As LineCoverageInfo _
) As Boolean
public bool Equals(
LineCoverageInfo other
)
public:
virtual bool Equals(
LineCoverageInfo other
) sealed
abstract Equals :
other:LineCoverageInfo -> bool
override Equals :
other:LineCoverageInfo -> bool
public final function Equals(
other : LineCoverageInfo
) : boolean
Parameters
- other
Type: Microsoft.VisualStudio.Coverage.Analysis.LineCoverageInfo
A LineCoverageInfo object.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
Implements
.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.