Method Overlaps
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
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
True if this range overlaps with the other