Function CSPDate::operator ==()
Description:
Checks whether two dates are equal.
Prototype:
bool operator ==(const CSPDate& dDate) const;
Arguments:
const CSPDate& dDate [IN]
The date to compare to.
Return value:
If the dates are identical, it returns true. Otherwise, it returns false.
See also:
member functions
operator != ()
,
operator < ()
,
operator <= ()
,
operator > ()
,
operator >= ()
CSPDate
|
Basic classes
|
Class Categories
|
Online help home
|
Back
www.micronovae.com
Copyright © 2002 - 2005 Micronovae Ltd