ClientContextKey.Inequality(ClientContextKey, ClientContextKey) 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 ClientContextKey values returning whether they are different.
public static bool operator != (Microsoft.VisualStudio.Extensibility.ClientContextKey a, Microsoft.VisualStudio.Extensibility.ClientContextKey b);
static member op_Inequality : Microsoft.VisualStudio.Extensibility.ClientContextKey * Microsoft.VisualStudio.Extensibility.ClientContextKey -> bool
Public Shared Operator != (a As ClientContextKey, b As ClientContextKey) As Boolean
Parameters
The first instance to compare.
The second instance to compare.
Returns
Whether the two values are different.