TextLocation.Inequality(TextLocation, TextLocation) Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İ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
Adı TextLocation
İkincisi TextLocation
Döndürülenler
true ikisi TextLocation eşit değilse, aksi takdirde, false.