equals
Returns true if two PlainDate objects represent the same date.
Parameters
Source
Implementation
pub fn equals(self: PlainDate, other: PlainDate) bool {
return abi.c.temporal_rs_PlainDate_equals(self._inner, other._inner);
}Returns true if two PlainDate objects represent the same date.
Source
pub fn equals(self: PlainDate, other: PlainDate) bool {
return abi.c.temporal_rs_PlainDate_equals(self._inner, other._inner);
}