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