EditorOption<T,S>.Inequality 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 different.
public static bool operator != (Microsoft.VisualStudio.Extensibility.Editor.EditorOption<T,S> left, Microsoft.VisualStudio.Extensibility.Editor.EditorOption<T,S> right);
static member op_Inequality : Microsoft.VisualStudio.Extensibility.Editor.EditorOption<'T, 'S> * Microsoft.VisualStudio.Extensibility.Editor.EditorOption<'T, 'S> -> bool
Public Shared Operator != (left As EditorOption(Of T, S), right As EditorOption(Of T, S)) As Boolean
Parameters
- left
- EditorOption<T,S>
- right
- EditorOption<T,S>