equals
Returns true if this PlainMonthDay is equal to another (same date and calendar).
Parameters
- self:PlainMonthDay
- PlainMonthDay
- other:PlainMonthDay
- PlainMonthDay
Source
Implementation
pub fn equals(self: PlainMonthDay, other: PlainMonthDay) bool {
return abi.c.temporal_rs_PlainMonthDay_equals(self._inner, other._inner);
}