WeekFields.opEquals

Checks if this {@code WeekFields} is equal to the specified object. !(p) The comparison is based on the entire state of the rules, which is the first day-of-week and minimal days.

@param object the other rules to compare to, null returns false @return true if this is equal to the specified rules

class WeekFields
override
bool
opEquals
(
Object object
)

Meta