EditorOptionKey<T>::Equality Operator (EditorOptionKey<T>, EditorOptionKey<T>)

 

Determines whether two instances of this type are the same.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
static bool operator ==(
	EditorOptionKey<T> left,
	EditorOptionKey<T> right
)

Parameters

left
Type: Microsoft.VisualStudio.Text.Editor::EditorOptionKey<T>

The left-hand editor option key.

right
Type: Microsoft.VisualStudio.Text.Editor::EditorOptionKey<T>

The right-hand editor option key.

Return Value

Type: System::Boolean

true if the two keys are the same, otherwise false.

Return to top
Show: