EditorOptionKey<T>.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.
Determines whether two instances of this type are the same.
public:
static bool operator ==(Microsoft::VisualStudio::Text::Editor::EditorOptionKey<T> left, Microsoft::VisualStudio::Text::Editor::EditorOptionKey<T> right);
static bool operator ==(Microsoft::VisualStudio::Text::Editor::EditorOptionKey<T> left, Microsoft::VisualStudio::Text::Editor::EditorOptionKey<T> right);
public static bool operator == (Microsoft.VisualStudio.Text.Editor.EditorOptionKey<T> left, Microsoft.VisualStudio.Text.Editor.EditorOptionKey<T> right);
static member ( = ) : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<'T> * Microsoft.VisualStudio.Text.Editor.EditorOptionKey<'T> -> bool
Public Shared Operator == (left As EditorOptionKey(Of T), right As EditorOptionKey(Of T)) As Boolean
Parameters
- left
- EditorOptionKey<T>
The left-hand editor option key.
- right
- EditorOptionKey<T>
The right-hand editor option key.
Returns
true if the two keys are the same, otherwise false.