Udostępnij przez


NSOrderedSet.Equality(NSOrderedSet, NSOrderedSet) Operator

Definition

Determines whether two NSOrderedSet instances are equal.

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

Parameters

first
NSOrderedSet

The first ordered set to compare.

second
NSOrderedSet

The second ordered set to compare.

Returns

true if both ordered sets are equal; otherwise, false.

Applies to