Pheasant\Identity::equals PHP Method

equals() public method

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