SnapshotSpan::Inequality Operator (SnapshotSpan, SnapshotSpan)

 

Determines whether two snapshot spans are different.

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

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

Parameters

left
Type: Microsoft.VisualStudio.Text::SnapshotSpan

The left-hand snapshot span.

right
Type: Microsoft.VisualStudio.Text::SnapshotSpan

The right-hand snapshot span.

Return Value

Type: System::Boolean

true if the objects are different, otherwise false.

Return to top
Show: