NormalizedSpanCollection::Inequality Operator (NormalizedSpanCollection^, NormalizedSpanCollection^)

 

Determines whether two span sets are not the same.

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

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

Return Value

Type: System::Boolean

true if the two sets are not equivalent, otherwise false.

Return to top
Show: