예제 #1
0
 public function isEquals(Fingerprint $fingerprint)
 {
     return $this->getHash() === $fingerprint->getHash();
 }