NSOrderedSet.IsEqualToOrderedSet(NSOrderedSet) Method

Definition

Whether this set is equal to the other set.

[Foundation.Export("isEqualToOrderedSet:")]
public virtual bool IsEqualToOrderedSet (Foundation.NSOrderedSet other);
abstract member IsEqualToOrderedSet : Foundation.NSOrderedSet -> bool
override this.IsEqualToOrderedSet : Foundation.NSOrderedSet -> bool

Parameters

other
NSOrderedSet

To be added.

This parameter can be null.

Returns

Attributes

Applies to