NSOrderedSet.Intersects Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Intersects(NSOrderedSet) |
Indique si au moins un objet de cet ensemble se trouve dans l’autre ensemble. |
Intersects(NSSet) |
Intersects(NSOrderedSet)
Indique si au moins un objet de cet ensemble se trouve dans l’autre ensemble.
[Foundation.Export("intersectsOrderedSet:")]
public virtual bool Intersects (Foundation.NSOrderedSet other);
abstract member Intersects : Foundation.NSOrderedSet -> bool
override this.Intersects : Foundation.NSOrderedSet -> bool
Paramètres
- other
- NSOrderedSet
Retours
- Attributs
S’applique à
Intersects(NSSet)
[Foundation.Export("intersectsSet:")]
public virtual bool Intersects (Foundation.NSSet other);
abstract member Intersects : Foundation.NSSet -> bool
override this.Intersects : Foundation.NSSet -> bool
Paramètres
- other
- NSSet
Retours
- Attributs