EqualTo
Determines if this instance is equal to another cDateTime object.
Public Function EqualTo(
ByRef dt As cDateTime ) As Boolean
Parameters
- dt
-
[ByRef]
cDateTime.
The cDateTime object to compare against.
Return Values
Boolean - Returns True if this object is equal to the dt object.
Remarks
This is provided for quick comprisons of two cDateTimeObjects.
See Also
Project VBCorLib Overview
| Class cDateTime Overview