NSOrderedSet.Intersects Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Intersects(NSOrderedSet) |
Se pelo menos um objeto nesse conjunto está no outro conjunto. |
Intersects(NSSet) |
Intersects(NSOrderedSet)
Se pelo menos um objeto nesse conjunto está no outro conjunto.
[Foundation.Export("intersectsOrderedSet:")]
public virtual bool Intersects (Foundation.NSOrderedSet other);
abstract member Intersects : Foundation.NSOrderedSet -> bool
override this.Intersects : Foundation.NSOrderedSet -> bool
Parâmetros
- other
- NSOrderedSet
Retornos
- Atributos
Aplica-se 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
Parâmetros
- other
- NSSet
Retornos
- Atributos