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