言語

IReadOnlySet.IsProperSubsetOf(IEnumerable) メソッド

定義

このセットが他のセットのサブセットであるかどうかを確認しますが、同じではありません。

public bool IsProperSubsetOf(System.Collections.IEnumerable other);
abstract member IsProperSubsetOf : System.Collections.IEnumerable -> bool
Public Function IsProperSubsetOf (other As IEnumerable) As Boolean

パラメーター

other
IEnumerable

チェック対象のシーケンス。

返品

このセットが他のセットの適切なサブセットである場合は True。それ以外の場合は false。

適用対象