| PeriodT Methods |
The PeriodT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| CompareTo |
Returns -1 if this range's From is less than the other, 1 if greater.
If both are equal, To is compared, 1 if greater, -1 if less.
0 if both ranges are equal.
| |
| Contains |
Border values are considered inside.
| |
| ContainsExclusive |
Border values are considered outside.
| |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | (Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Intersects |
Whether two ranges intersect each other.
| |
| IntersectsExclusive |
Whether two ranges intersect each other.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ValueTypeToString.) |