ServerTraceEvent.op_Equality Method
Creates a server trace event set by comparing two ServerTraceEvent objects.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Shared Operator = ( _
a As ServerTraceEvent, _
b As ServerTraceEvent _
) As Boolean
public static bool operator == (
ServerTraceEvent a,
ServerTraceEvent b
)
public:
static bool operator == (
ServerTraceEvent^ a,
ServerTraceEvent^ b
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- a
A ServerTraceEvent object that specifies the server trace events.
- b
A ServerTraceEvent object that specifies the server trace events.
Return Value
A ServerTraceEventSet object value that specifies a set of server trace events that are common to both ServerTraceEvent objects.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also