SimpleHash.opEquals

Returns {@code true} if the specified object is a Hash and its {@link #getBytes byte array} is identical to this Hash's byte array, {@code false} otherwise.

@param o the object (Hash) to check for equality. @return {@code true} if the specified object is a Hash and its {@link #getBytes byte array} is identical to this Hash's byte array, {@code false} otherwise.

class SimpleHash
override
bool
opEquals
(
Object o
)

Meta