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

 

Determines whether two instances of this type are different.

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 different, otherwise false.

Return to top
Show: