NormalizedSnapshotSpanCollection::Inequality Operator (NormalizedSnapshotSpanCollection^, NormalizedSnapshotSpanCollection^)

 

Determines whether two NormalizedSnapshotSpanCollection are different.

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 collections are different, otherwise false.

Return to top
Show: