Open Instance Methodswift 6.0.3Foundation
isEqual(_:)
override func isEqual(_ object: Any?) -> Bool
override func isEqual(_ object: Any?) -> Bool
import Foundation
class NSMeasurement
@frozen struct Bool
A value type whose instances are either true
or false
.
func isEqual(_ object: Any?) -> Bool
Returns a Boolean value that indicates whether the instance is equal to another given object.
required init?(coder aDecoder: NSCoder)
init(doubleValue: Double, unit: Unit)
class var supportsSecureCoding: Bool { get }
var doubleValue: Double { get }
override var hash: Int { get }
var unit: Unit { get }
func adding(_ rhs: Measurement<Unit>) -> Measurement<Unit>
func canBeConverted(to unit: Unit) -> Bool
func converting(to otherUnit: Unit) -> Measurement<Unit>
func copy(with zone: NSZone? = nil) -> Any
func encode(with aCoder: NSCoder)
func subtracting(_ rhs: Measurement<Unit>) -> Measurement<Unit>