NSSet.Subtraction Operator

Definition

Overloads

Subtraction(NSSet, NSOrderedSet)
Subtraction(NSSet, NSSet)

Subtraction(NSSet, NSOrderedSet)

public static Foundation.NSSet operator - (Foundation.NSSet first, Foundation.NSOrderedSet second);
static member ( - ) : Foundation.NSSet * Foundation.NSOrderedSet -> Foundation.NSSet

Parameters

first
NSSet
second
NSOrderedSet

Returns

Applies to

Subtraction(NSSet, NSSet)

public static Foundation.NSSet operator - (Foundation.NSSet first, Foundation.NSSet second);
static member ( - ) : Foundation.NSSet * Foundation.NSSet -> Foundation.NSSet

Parameters

first
NSSet
second
NSSet

Returns

Applies to