#Interval
##Properties
None.
##Methods
###Equals(System.Object) Indicates whether this instance and a specified object are equal.
Parameters:
- System.Object obj - Another object to compare to.
Returns:
true if <paramref name="obj and this instance are the same type and represent the same value; otherwise, false.
###GetHashCode() Returns the hash code for this instance.
Returns:
A 32-bit signed integer that is the hash code for this instance.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ToString() Returns the fully qualified type name of this instance.
Returns:
A System.String containing a fully qualified type name.
