NSDate

Undocumented

  • Override of default implementation of isEqual(_:) to use == comparison of NSDates, which checks the result of compare(_:) to be .OrderedSame. This gives NSDate value semantics.

    Declaration

    Swift

    override public func isEqual(object: AnyObject?) -> Bool