예제 #1
0
파일: sig.php 프로젝트: prggmr/xpspl
 /**
  * Compare if the given ``$sig`` is identical to this.
  *
  * @param  object  $sig  SIG to compare.
  *
  * @return  boolean
  */
 public function compare(SIG $sig)
 {
     return $sig->get_index() === $this->_index;
 }