[]
Overrides the equals operator.
public static bool operator ==(Range<T> left, Range<T> right)
Type | Name | Description |
---|---|---|
Range<T> | left | The left range. |
Range<T> | right | The right range. |
Type | Description |
---|---|
bool | true if the two ranges are equal, false otherwise. |