ServerEvent.Inequality Operator
Creates a server event set by performing an inequality operation on two ServerEvent objects.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
a As ServerEvent, _
b As ServerEvent _
) As Boolean
'Usage
Dim a As ServerEvent
Dim b As ServerEvent
Dim returnValue As Boolean
returnValue = (a <> b)
public static bool operator !=(
ServerEvent a,
ServerEvent b
)
public:
static bool operator !=(
ServerEvent^ a,
ServerEvent^ b
)
static let inline(<>)
a:ServerEvent *
b:ServerEvent : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- a
Type: Microsoft.SqlServer.Management.Smo.ServerEvent
A ServerEvent object that specifies the server events.
- b
Type: Microsoft.SqlServer.Management.Smo.ServerEvent
A ServerEvent object that specifies the server events.
Return Value
Type: System.Boolean
A ServerEventSet object value that specifies a set of server events.