Function CSPTime::operator !=()

Description:
Checks whether two time objects are not equal.

Prototype:
bool operator !=(const CSPTime& tTime) const;

Arguments:
  • const CSPTime& tTime [IN]
    The time to compare to.



Return value:
If the times of the two objects are not identical, it returns true. Otherwise, it returns false.

See also:
member functions operator == (), operator < (), operator <= (), operator > (), operator >= ()
CSPTime | Basic classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd