NSOrderedSet<TKey>.Inequality Operator

Definition

Determines whether two ordered sets are not equal.

public static bool operator !=(Foundation.NSOrderedSet<TKey> first, Foundation.NSOrderedSet<TKey> second);
static member op_Inequality : Foundation.NSOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> * Foundation.NSOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> -> bool

Parameters

first
NSOrderedSet<TKey>

The first ordered set to compare.

second
NSOrderedSet<TKey>

The second ordered set to compare.

Returns

true if the sets are not equal; otherwise, false.

Applies to