This topic has not yet been rated - Rate this topic

SqlAssemblyEvent.Equality Operator

Creates an assembly event set by performing an equality operation on two SqlAssemblyEvent objects.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public static bool operator ==(
	SqlAssemblyEvent a,
	SqlAssemblyEvent b
)

Parameters

a
Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent
A SqlAssemblyEvent object that specifies the assembly events.
b
Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent
A SqlAssemblyEvent object that specifies the assembly events.

Return Value

Type: System.Boolean
A SqlAssemblyEventSet object value that specifies a set of assembly events.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.