This topic has not yet been rated - Rate this topic

TargetField.Key.Equality Operator (TargetField.Key, Object)

SQL Server 2012

Determines whether a TargetField.Key object is equal to another object.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
public static bool operator ==(
	TargetField..::.Key leftOperand,
	Object obj
)

Return Value

Type: System.Boolean
A Boolean value that specifies the outcome of performing an equality operation on two objects. If True, the two objects are equal; otherwise False.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.