Share via


NSCharacterSet.IsSupersetOf(NSCharacterSet) Method

Definition

[Foundation.Export("isSupersetOfSet:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsSupersetOf(Foundation.NSCharacterSet theOtherSet);
[<Foundation.Export("isSupersetOfSet:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsSupersetOf : Foundation.NSCharacterSet -> bool
override this.IsSupersetOf : Foundation.NSCharacterSet -> bool

Parameters

theOtherSet
NSCharacterSet

Returns

Attributes

Applies to