digest_obj == another_digest_obj â boolean
digest_obj == string â boolean
digest_obj == string â boolean
Instance Public methods
If a string is given, checks whether it is equal to the hex-encoded hash value of the digest object. If another digest instance is given, checks whether they have the same hash value. Otherwise returns false.
Please login to continue.