Contents

isKindOf(entity:)

Returns a Boolean value that indicates whether the receiver is a sub-entity of another given entity.

Declaration

func isKindOf(entity: NSEntityDescription) -> Bool

Parameters

  • entity:

    An entity.

Return Value

true if the receiver is a sub-entity of entity, otherwise false.

See Also

Managing inheritance