共用方式為


TextRange.Inequality(TextRange, TextRange) Operator

Definition

Determines whether two snapshot ranges are different.

public static bool operator != (Microsoft.VisualStudio.Extensibility.Editor.TextRange left, Microsoft.VisualStudio.Extensibility.Editor.TextRange right);
static member op_Inequality : Microsoft.VisualStudio.Extensibility.Editor.TextRange * Microsoft.VisualStudio.Extensibility.Editor.TextRange -> bool
Public Shared Operator != (left As TextRange, right As TextRange) As Boolean

Parameters

left
TextRange
right
TextRange

Returns

Applies to