Function CSPDateTime::operator !=()
Description:
Checks whether the datetime values of two objects are not identical.
 |
Prototype:
bool operator !=(const CSPDateTime& dtDateTime) const;
Arguments:
- const CSPDateTime& dtDateTime [IN]
The datetime value to compare to.
Return value:
If the datetime values are identical, it returns true. Otherwise, it returns false.
See also:
member functions operator == (), operator < (), operator <= (), operator > (), operator >= ()
|
|