NormalizedSnapshotSpanCollection.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 NormalizedSnapshotSpanCollection are different..
public:
static bool operator !=(Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ left, Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ right);
public static bool operator != (Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection left, Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection right);
public static bool operator != (Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection? left, Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection? right);
static member op_Inequality : Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection * Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection -> bool
Public Shared Operator != (left As NormalizedSnapshotSpanCollection, right As NormalizedSnapshotSpanCollection) As Boolean
Parameters
The first collection.
The second collection.
Returns
true
if the two collections are different.