PolicyStore.Key.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Inequality(PolicyStore+Key, PolicyStore+Key) | |
Inequality(PolicyStore+Key, Object) | |
Inequality(Object, PolicyStore+Key) |
Inequality(PolicyStore+Key, PolicyStore+Key)
public static bool operator != (Microsoft.SqlServer.Management.Dmf.PolicyStore.Key leftOperand, Microsoft.SqlServer.Management.Dmf.PolicyStore.Key rightOperand);
static member op_Inequality : 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
Inequality(PolicyStore+Key, Object)
public static bool operator != (Microsoft.SqlServer.Management.Dmf.PolicyStore.Key leftOperand, object obj);
static member op_Inequality : 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
Inequality(Object, PolicyStore+Key)
public static bool operator != (object obj, Microsoft.SqlServer.Management.Dmf.PolicyStore.Key rightOperand);
static member op_Inequality : 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