NormalizedSnapshotSpanCollection::OverlapsWith Method (SnapshotSpan)

 

Determines whether this span set overlaps with another span.

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

public:
bool OverlapsWith(
	SnapshotSpan span
)

Parameters

span
Type: Microsoft.VisualStudio.Text::SnapshotSpan

The span to test.

Return Value

Type: System::Boolean

true if this span set overlaps with the given span, otherwise false.

Return to top
Show: