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