Method Overlaps

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Core.Misc

Assembly

MongoDB.Driver.dll

Overlaps(Range)

Determines whether this range overlaps with another range.

public bool Overlaps(Range<T> other)

Parameters

other Range

The other range.

Returns

bool

True if this range overlaps with the other