This topic has not yet been rated - Rate this topic

DatabaseEvent.Equality Operator

Creates a database event set by performing an equality operation on two DatabaseEvent objects.

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

Parameters

a
Type: Microsoft.SqlServer.Management.Smo.DatabaseEvent
A DatabaseEvent object that specifies the database events.
b
Type: Microsoft.SqlServer.Management.Smo.DatabaseEvent
A DatabaseEvent object that specifies the database events.

Return Value

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

Community Additions

ADD
© 2013 Microsoft. All rights reserved.