Inequality 运算符

Creates an object event set by performing an inequality operation on two ObjectEvent objects.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Shared Operator <> ( _
    a As ObjectEvent, _
    b As ObjectEvent _
) As Boolean
用法
Dim a As ObjectEvent
Dim b As ObjectEvent
Dim returnValue As Boolean

returnValue = (a <> b)
public static bool operator !=(
    ObjectEvent a,
    ObjectEvent b
)
public:
static bool operator !=(
    ObjectEvent^ a, 
    ObjectEvent^ b
)
static let inline (<>)
        a:ObjectEvent * 
        b:ObjectEvent  : bool
JScript 支持使用重载的运算符,但不支持声明新重载运算符。

参数

返回值

类型:System. . :: . .Boolean
An ObjectEventSet object value that specifies a set of object events.