Example #1
0
 /**
  * 
  */
 public function compare(MMangoObject $object)
 {
     return N($this->count())->compare(N($object->count()));
 }