Pheasant\Identity::equals PHP 메소드

equals() 공개 메소드

public equals ( $other )
    public function equals($other)
    {
        return $this->toArray() == $other->toArray();
    }