Span.Equality(Span, Span) 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 spans are the same
public:
static bool operator ==(Microsoft::VisualStudio::Text::Span left, Microsoft::VisualStudio::Text::Span right);
public:
static bool operator ==(Microsoft::VisualStudio::Text::Span left, Microsoft::VisualStudio::Text::Span right);
static bool operator ==(Microsoft::VisualStudio::Text::Span left, Microsoft::VisualStudio::Text::Span right);
public static bool operator == (Microsoft.VisualStudio.Text.Span left, Microsoft.VisualStudio.Text.Span right);
static member ( = ) : Microsoft.VisualStudio.Text.Span * Microsoft.VisualStudio.Text.Span -> bool
Public Shared Operator == (left As Span, right As Span) As Boolean
Parameters
- left
- Span
The left-hand span.
- right
- Span
The right-hand span.
Returns
true if the spans are the same, otherwise false.