PolicyCategorySubscription.Key.Inequality 運算子

定義

多載

Inequality(PolicyCategorySubscription+Key, PolicyCategorySubscription+Key)

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

參數

傳回

適用於

Inequality(PolicyCategorySubscription+Key, Object)

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

參數

obj
Object

傳回

適用於

Inequality(Object, PolicyCategorySubscription+Key)

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

參數

obj
Object

傳回

適用於