TemporalZ

equals

Returns true if two PlainDate objects represent the same date.

Parameters

#
self:PlainDate
PlainDate
other:PlainDate
PlainDate

Source

Implementation

#
pub fn equals(self: PlainDate, other: PlainDate) bool {
    return abi.c.temporal_rs_PlainDate_equals(self._inner, other._inner);
}