Class Range
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents a range between a minimum and a maximum value.
public sealed class Range<T> : IEquatable<Range<T>> where T : IComparable<T>
Type Parameters
T
The type of the value.
Inheritance
Range
Implements
Inherited Members
Constructors
Initializes a new instance of the Range class.
Properties
Gets the maximum value.
Gets the minimum value.
Methods
Indicates whether the current object is equal to another object of the same type.
Determines whether the specified object is equal to the current object.
Serves as the default hash function.
Determines whether this range overlaps with another range.
Returns a string that represents the current object.