Table of Contents

Method Overlaps

Namespace
MongoDB.Driver.Core.Misc
Assembly
MongoDB.Driver.Core.dll

Overlaps(Range<T>)

Determines whether this range overlaps with another range.

public bool Overlaps(Range<T> other)

Parameters

other Range<T>

The other range.

Returns

bool

True if this range overlaps with the other