TextLocation.Equality(TextLocation, TextLocation) Betreiber

Definition

Bestimmt, ob zwei TextLocation gleich sind.

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

Parameter

Gibt zurück

Boolean

true , wenn die beiden TextLocation gleich sind, andernfalls. false.

Gilt für