BreakpointInfo.Inequality Operator

Indicates whether the two breakpoints are not equal.

Namespace:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    bp1 As BreakpointInfo, _
    bp2 As BreakpointInfo _
) As Boolean
'Usage
Dim bp1 As BreakpointInfo 
Dim bp2 As BreakpointInfo 
Dim returnValue As Boolean 

returnValue = (bp1 <> bp2)
public static bool operator !=(
    BreakpointInfo bp1,
    BreakpointInfo bp2
)
public:
static bool operator !=(
    BreakpointInfo^ bp1, 
    BreakpointInfo^ bp2
)
static let inline(<>)
        bp1:BreakpointInfo * 
        bp2:BreakpointInfo  : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.

Parameters

Return Value

Type: System.Boolean
true if the two breakpoints are not equal; otherwise, false.

See Also

Reference

BreakpointInfo Class

Microsoft.DataWarehouse.Interfaces.Debugger Namespace