Session.Key.Inequality Operator

定義

オーバーロード

Inequality(Session+Key, Session+Key)

public static bool operator !=(Microsoft.SqlServer.Management.XEvent.Session.Key leftOperand, Microsoft.SqlServer.Management.XEvent.Session.Key rightOperand);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.Session.Key * Microsoft.SqlServer.Management.XEvent.Session.Key -> bool
Public Shared Operator != (leftOperand As Session.Key, rightOperand As Session.Key) As Boolean

パラメーター

leftOperand
Session.Key
rightOperand
Session.Key

返品

適用対象

Inequality(Session+Key, Object)

public static bool operator !=(Microsoft.SqlServer.Management.XEvent.Session.Key leftOperand, object obj);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.Session.Key * obj -> bool
Public Shared Operator != (leftOperand As Session.Key, obj As Object) As Boolean

パラメーター

leftOperand
Session.Key
obj
Object

返品

適用対象

Inequality(Object, Session+Key)

public static bool operator !=(object obj, Microsoft.SqlServer.Management.XEvent.Session.Key rightOperand);
static member op_Inequality : obj * Microsoft.SqlServer.Management.XEvent.Session.Key -> bool
Public Shared Operator != (obj As Object, rightOperand As Session.Key) As Boolean

パラメーター

obj
Object
rightOperand
Session.Key

返品

適用対象