TextLocation.Inequality(TextLocation, TextLocation) Operatör

Tanım

İkisinin eşit olup olmadığını belirler TextLocation .

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

Parametreler

Döndürülenler

Boolean

true ikisi TextLocation eşit değilse, aksi takdirde, false.

Şunlara uygulanır