LineCoverageInfo.Inequality Operator (LineCoverageInfo, LineCoverageInfo)
equivalentCodeEntity
M:Microsoft.VisualStudio.Coverage.Analysis.LineCoverageInfo.Equals(Microsoft.VisualStudio.Coverage.Analysis.LineCoverageInfo)
Determines whether two line coverage info 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
public static bool operator !=(
LineCoverageInfo first,
LineCoverageInfo second
)
public:
static bool operator !=(
LineCoverageInfo first,
LineCoverageInfo second
)
static let inline (<>)
first:LineCoverageInfo *
second:LineCoverageInfo : bool
Public Shared Operator <> (
first As LineCoverageInfo,
second As LineCoverageInfo
) As Boolean
Parameters
first
Type: Microsoft.VisualStudio.Coverage.Analysis.LineCoverageInfoA LineCoverageInfo object.
second
Type: Microsoft.VisualStudio.Coverage.Analysis.LineCoverageInfoA LineCoverageInfo object.
Return Value
Type: System.Boolean
true if the objects are not equal; otherwise, false.
See Also
LineCoverageInfo Structure
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top