NormalizedSpanCollection.Inequality 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 not 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 op_Inequality : 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 not equivalent, otherwise false
.