NormalizedSnapshotSpanCollection::Equality Operator (NormalizedSnapshotSpanCollection^, NormalizedSnapshotSpanCollection^)

 

Determines whether two NormalizedSnapshotSpanCollection objects are the same.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
static bool operator ==(
	NormalizedSnapshotSpanCollection^ left,
	NormalizedSnapshotSpanCollection^ right
)

Return Value

Type: System::Boolean

true if the two sets are the same, otherwise false.

Return to top
Show: