Auth_OpenID_CheckIDRequest::equals PHP Метод

equals() публичный Метод

public equals ( $other )
    function equals($other)
    {
        return is_a($other, 'Auth_OpenID_CheckIDRequest') && $this->namespace == $other->namespace && $this->assoc_handle == $other->assoc_handle && $this->identity == $other->identity && $this->claimed_id == $other->claimed_id && $this->return_to == $other->return_to && $this->trust_root == $other->trust_root;
    }