isKindOf(entity:)
Returns a Boolean value that indicates whether the receiver is a sub-entity of another given entity.
Declaration
func isKindOf(entity: NSEntityDescription) -> BoolParameters
- entity:
An entity.
Return Value
true if the receiver is a sub-entity of entity, otherwise false.