SettingIdentifier<T>.Equality Operator

Definition

Compares two SettingIdentifier<T> values returning whether they are equal.

public static bool operator == (Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<T> a, Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<T> b);
static member ( = ) : Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<'T> * Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<'T> -> bool
Public Shared Operator == (a As SettingIdentifier(Of T), b As SettingIdentifier(Of T)) As Boolean

Parameters

a
SettingIdentifier<T>

The first value to compare.

b
SettingIdentifier<T>

The second value to compare.

Returns

Whether the two values are equal.

Applies to