ImmutableHashSet<T>.Builder.IsProperSupersetOf メソッド

定義

現在のセットが、指定したコレクションの適切な (厳密な) スーパーセットであるかどうかを判断します。

public:
 virtual bool IsProperSupersetOf(System::Collections::Generic::IEnumerable<T> ^ other);
public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other);
abstract member IsProperSupersetOf : seq<'T> -> bool
override this.IsProperSupersetOf : seq<'T> -> bool
Public Function IsProperSupersetOf (other As IEnumerable(Of T)) As Boolean

パラメーター

other
IEnumerable<T>

現在のセットと比較するコレクション。

返品

現在のセットが の適切なスーパーセットの場合は a0/& 。それ以外の場合は。

実装

適用対象