TextLocation.Equality(TextLocation, TextLocation) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
First TextLocation
Second TextLocation
Returns
true
if the two TextLocation are equal; otherwise, false
.