Share via


Key.Inequality(Key, Key) Operator

Definition

Compares two Key values returning whether they are different.

public static bool operator != (Microsoft.VisualStudio.Extensibility.Commands.Key a, Microsoft.VisualStudio.Extensibility.Commands.Key b);
static member op_Inequality : Microsoft.VisualStudio.Extensibility.Commands.Key * Microsoft.VisualStudio.Extensibility.Commands.Key -> bool
Public Shared Operator != (a As Key, b As Key) As Boolean

Parameters

a
Key

The first instance to compare.

b
Key

The second instance to compare.

Returns

Whether the two values are different.

Applies to