TextLocation.Equality(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 ( = ) : 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şitse, aksi takdirde, false.

Şunlara uygulanır