Share via


TextLocation.Inequality(TextLocation, TextLocation) Operator

Definition

Determines whether two TextLocation are not equal.

public:
 static bool operator !=(Microsoft::VisualStudio::Workspace::Indexing::TextLocation a, Microsoft::VisualStudio::Workspace::Indexing::TextLocation b);
public static bool operator != (Microsoft.VisualStudio.Workspace.Indexing.TextLocation a, Microsoft.VisualStudio.Workspace.Indexing.TextLocation b);
static member op_Inequality : Microsoft.VisualStudio.Workspace.Indexing.TextLocation * Microsoft.VisualStudio.Workspace.Indexing.TextLocation -> bool
Public Shared Operator != (a As TextLocation, b As TextLocation) As Boolean

Parameters

Returns

true if the two TextLocation are not equal; otherwise, false.

Applies to