Example #1
0
bool RarTime::operator > (RarTime &rt)
{
  return(GetRaw()>rt.GetRaw());
}
Example #2
0
bool RarTime::operator < (RarTime &rt)
{
  return(GetRaw()<rt.GetRaw());
}