LineCoverageInfo.Equals Method (Object)
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
public override bool Equals(
object obj
)
public:
virtual bool Equals(
Object^ obj
) override
override Equals :
obj:Object -> bool
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
obj
Type: System.ObjectAn object that can be cast to a LineCoverageInfo object.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
See Also
Equals Overload
LineCoverageInfo Structure
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top