NamedKey<T>.Inequality(NamedKey<T>, NamedKey<T>) 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.
Compare two keys for value inequality.
public static bool operator != (Microsoft.SqlServer.Management.Sdk.Sfc.NamedKey<T> leftOperand, Microsoft.SqlServer.Management.Sdk.Sfc.NamedKey<T> rightOperand);
static member op_Inequality : Microsoft.SqlServer.Management.Sdk.Sfc.NamedKey<'T (requires 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance)> * Microsoft.SqlServer.Management.Sdk.Sfc.NamedKey<'T (requires 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance)> -> bool
Public Shared Operator != (leftOperand As NamedKey(Of T), rightOperand As NamedKey(Of T)) As Boolean
Parameters
- leftOperand
- NamedKey<T>
A key to compare.
- rightOperand
- NamedKey<T>
A key to compare.
Returns
True if both keys are not equal or only one is null; otherwise false.