SnapshotSpan::OverlapsWith Method (SnapshotSpan)

 

Determines whether another span overlaps this span.

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

public:
bool OverlapsWith(
	SnapshotSpan snapshotSpan
)

Parameters

snapshotSpan
Type: Microsoft.VisualStudio.Text::SnapshotSpan

The span to check for overlap.

Return Value

Type: System::Boolean

true if the spans overlap, otherwise false.

Two spans overlap if they have positions in common and are not empty. Empty spans do not overlap with any other span.

Return to top
Show: