Freigeben über


TextLocation.Equality(TextLocation, TextLocation) Operator

Definition

Determines whether two TextLocation are 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 ( = ) : 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 equal; otherwise, false.

Applies to