Freigeben über


ClientContextCategory.Equality Operator

Definition

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

a
ClientContextCategory

The first value to compare.

b
ClientContextCategory

The second value to compare.

Returns

Whether the two values are equal.

Applies to