Freigeben über


Inequality-Operator

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 unterstützt die Verwendung überladener Operatoren, aber nicht die Deklaration neuer Operatoren.

Rückgabewert

Typ: System. . :: . .Boolean