共用方式為


NSOrderedSet.Intersects 方法

定義

多載

Intersects(NSOrderedSet)

此集合中至少有一個物件位於另一個集合中。

Intersects(NSSet)

Intersects(NSOrderedSet)

此集合中至少有一個物件位於另一個集合中。

[Foundation.Export("intersectsOrderedSet:")]
public virtual bool Intersects (Foundation.NSOrderedSet other);
abstract member Intersects : Foundation.NSOrderedSet -> bool
override this.Intersects : Foundation.NSOrderedSet -> bool

參數

other
NSOrderedSet

傳回

屬性

適用於

Intersects(NSSet)

[Foundation.Export("intersectsSet:")]
public virtual bool Intersects (Foundation.NSSet other);
abstract member Intersects : Foundation.NSSet -> bool
override this.Intersects : Foundation.NSSet -> bool

參數

other
NSSet

傳回

屬性

適用於