NormalizedSnapshotSpanCollection.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 NormalizedSnapshotSpanCollection objects are the same.
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 ( = ) : 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 sets are the same, otherwise false
.