PolicyCategorySubscription.Key.Equality 運算子

定義

多載

Equality(PolicyCategorySubscription+Key, PolicyCategorySubscription+Key)

public static bool operator ==(Microsoft.SqlServer.Management.Dmf.PolicyCategorySubscription.Key leftOperand, Microsoft.SqlServer.Management.Dmf.PolicyCategorySubscription.Key rightOperand);
static member ( = ) : 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

參數

傳回

適用於

Equality(PolicyCategorySubscription+Key, Object)

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

參數

obj
Object

傳回

適用於

Equality(Object, PolicyCategorySubscription+Key)

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

參數

obj
Object

傳回

適用於