Key.Equality(Key, Key) 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.
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.