equals
Returns true if this PlainTime is equal to another (same time values).
Parameters
Source
Implementation
pub fn equals(self: PlainTime, other: PlainTime) bool {
return abi.c.temporal_rs_PlainTime_equals(self._inner, other._inner);
}Returns true if this PlainTime is equal to another (same time values).
Source
pub fn equals(self: PlainTime, other: PlainTime) bool {
return abi.c.temporal_rs_PlainTime_equals(self._inner, other._inner);
}