isEqual(to:)
Indicates whether the receiver has the same name and data as the specified time zone.
Declaration
func isEqual(to aTimeZone: TimeZone) -> BoolParameters
- aTimeZone:
The time zone to compare with the receiver.
Return Value
true if aTimeZone and the receiver have the same name and data, otherwise false.