PredSourceInfo.Key.Inequality Operator

Definition

Overloads

Inequality(PredSourceInfo+Key, PredSourceInfo+Key)

C#
public static bool operator !=(Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key leftOperand, Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key rightOperand);

Parameters

leftOperand
PredSourceInfo.Key
rightOperand
PredSourceInfo.Key

Returns

Applies to

Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 and Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Product Versions
Microsoft.SqlServer.SqlManagementObjects 150.18208.0, 160.2004021.0

Inequality(PredSourceInfo+Key, Object)

C#
public static bool operator !=(Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key leftOperand, object obj);

Parameters

leftOperand
PredSourceInfo.Key
obj
Object

Returns

Applies to

Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 and Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Product Versions
Microsoft.SqlServer.SqlManagementObjects 150.18208.0, 160.2004021.0

Inequality(Object, PredSourceInfo+Key)

C#
public static bool operator !=(object obj, Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key rightOperand);

Parameters

obj
Object
rightOperand
PredSourceInfo.Key

Returns

Applies to

Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 and Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Product Versions
Microsoft.SqlServer.SqlManagementObjects 150.18208.0, 160.2004021.0