ImmutableHashSet<T>.Builder.IsProperSupersetOf Método

Definición

Determina si el conjunto actual es un supraconjunto apropiado (estricto) de una colección especificada.

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

Parámetros

other
IEnumerable<T>

Colección que se va a comparar con el conjunto actual.

Devoluciones

true si el conjunto actual es un supraconjunto apropiado de other; en caso contrario, false.

Implementaciones

Se aplica a