NSOrderedSet.Intersects Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Intersects(NSOrderedSet) |
Se almeno un oggetto in questo set si trova nell'altro set. |
Intersects(NSSet) |
Intersects(NSOrderedSet)
Se almeno un oggetto in questo set si trova nell'altro set.
[Foundation.Export("intersectsOrderedSet:")]
public virtual bool Intersects (Foundation.NSOrderedSet other);
abstract member Intersects : Foundation.NSOrderedSet -> bool
override this.Intersects : Foundation.NSOrderedSet -> bool
Parametri
- other
- NSOrderedSet
Restituisce
- Attributi
Si applica a
Intersects(NSSet)
[Foundation.Export("intersectsSet:")]
public virtual bool Intersects (Foundation.NSSet other);
abstract member Intersects : Foundation.NSSet -> bool
override this.Intersects : Foundation.NSSet -> bool
Parametri
- other
- NSSet
Restituisce
- Attributi