Share via


Key.Equality(Key, Key) Operator

Definition

Compares two Key values returning whether they are equal.

public static bool operator == (Microsoft.VisualStudio.Extensibility.Commands.Key a, Microsoft.VisualStudio.Extensibility.Commands.Key b);
static member ( = ) : 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 value to compare.

b
Key

The second value to compare.

Returns

Whether the two values are equal.

Applies to