Equality-Operator
Creates a user-defined function event set by performing an equality operation on two UserDefinedFunctionEvent objects.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Operator = ( _
a As UserDefinedFunctionEvent, _
b As UserDefinedFunctionEvent _
) As Boolean
'Usage
Dim a As UserDefinedFunctionEvent
Dim b As UserDefinedFunctionEvent
Dim returnValue As Boolean
returnValue = (a = b)
public static bool operator ==(
UserDefinedFunctionEvent a,
UserDefinedFunctionEvent b
)
public:
static bool operator ==(
UserDefinedFunctionEvent^ a,
UserDefinedFunctionEvent^ b
)
static let inline (=)
a:UserDefinedFunctionEvent *
b:UserDefinedFunctionEvent : bool
JScript unterstützt die Verwendung überladener Operatoren, aber nicht die Deklaration neuer Operatoren.
Parameter
- a
Typ: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that specifies the user-defined function events.
- b
Typ: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that specifies the user-defined function events.
Rückgabewert
Typ: System. . :: . .Boolean
A UserDefinedFunctionEventSet object value that specifies a set of user-defined function events.