Share via


NSEntityDescription.IsKindOfEntity(NSEntityDescription) Method

Definition

Returns a Boolean value that tells whether the receiver is a subtype of entity.

[Foundation.Export("isKindOfEntity:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsKindOfEntity(CoreData.NSEntityDescription entity);
[<Foundation.Export("isKindOfEntity:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsKindOfEntity : CoreData.NSEntityDescription -> bool
override this.IsKindOfEntity : CoreData.NSEntityDescription -> bool

Parameters

Returns

Attributes

Applies to