NormalizedSpanCollection.Equality 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 span sets are the same.
public:
static bool operator ==(Microsoft::VisualStudio::Text::NormalizedSpanCollection ^ left, Microsoft::VisualStudio::Text::NormalizedSpanCollection ^ right);
public static bool operator == (Microsoft.VisualStudio.Text.NormalizedSpanCollection left, Microsoft.VisualStudio.Text.NormalizedSpanCollection right);
public static bool operator == (Microsoft.VisualStudio.Text.NormalizedSpanCollection? left, Microsoft.VisualStudio.Text.NormalizedSpanCollection? right);
static member ( = ) : Microsoft.VisualStudio.Text.NormalizedSpanCollection * Microsoft.VisualStudio.Text.NormalizedSpanCollection -> bool
Public Shared Operator == (left As NormalizedSpanCollection, right As NormalizedSpanCollection) As Boolean
Parameters
The first set.
- right
- NormalizedSpanCollection
The second set.
Returns
true
if the two sets are equivalent, otherwise false
.