Share via


LineCoverageInfo.Equality Operator

Determines whether two line coverage information objects are equal code compares the objects with the equality operator (==). 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 Shared Operator = ( _
    first As LineCoverageInfo, _
    second As LineCoverageInfo _
) As Boolean
public static bool operator ==(
    LineCoverageInfo first,
    LineCoverageInfo second
)
public:
static bool operator ==(
    LineCoverageInfo first, 
    LineCoverageInfo second
)
static let inline(=)
        first:LineCoverageInfo * 
        second:LineCoverageInfo  : bool
JScript does not support overloaded operators.

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

LineCoverageInfo Structure

Microsoft.VisualStudio.Coverage.Analysis Namespace