NSOrderedSet.Equality(NSOrderedSet, NSOrderedSet) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.