Share via


CoverageStatistics.Inequality Operator

Determines whether two coverage statistics objects are not equal when using the inequality 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 CoverageStatistics, _
    second As CoverageStatistics _
) As Boolean
public static bool operator !=(
    CoverageStatistics first,
    CoverageStatistics second
)
public:
static bool operator !=(
    CoverageStatistics first, 
    CoverageStatistics second
)
static let inline(<>)
        first:CoverageStatistics * 
        second:CoverageStatistics  : bool
JScript does not support overloaded operators.

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

CoverageStatistics Structure

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageStatistics