DateTimeExtensions Methods | 
[This is preliminary documentation and is subject to change.]
The DateTimeExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| IsEqualTo | 
            Checks if the current DateTime is equal to the provided DateTime.
            This method compares Year, Month, Day, Hour, Minute, Second and Millisecond instead of Ticks which the default compare uses.
              |