AbstractChronology.opEquals

Checks if this chronology is equal to another chronology. <p> The comparison is based on the entire state of the object.

@implSpec This implementation checks the type and calls {@link #compareTo(hunt.time.chrono.Chronology)}.

@param obj the object to check, null returns false @return true if this is equal to the other chronology

class AbstractChronology
override
bool
opEquals
(
Object obj
)

Meta