PolicyStore.Key.Equality Operator

Definition

Overloads

Equality(PolicyStore+Key, PolicyStore+Key)
Equality(PolicyStore+Key, Object)
Equality(Object, PolicyStore+Key)

Equality(PolicyStore+Key, PolicyStore+Key)

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

Parameters

leftOperand
PolicyStore.Key
rightOperand
PolicyStore.Key

Returns

Applies to

Equality(PolicyStore+Key, Object)

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

Parameters

leftOperand
PolicyStore.Key
obj
Object

Returns

Applies to

Equality(Object, PolicyStore+Key)

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

Parameters

obj
Object
rightOperand
PolicyStore.Key

Returns

Applies to