NamedKey<T>.Inequality(NamedKey<T>, NamedKey<T>) Operator

Definition

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);

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.

Applies to