ImmutableHashSet<T>.Builder.IsSubsetOf(IEnumerable<T>) Metodo

Definizione

Determina se il set corrente è un subset di una raccolta specificata.

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

Parametri

other
IEnumerable<T>

Raccolta da confrontare con il set corrente.

Restituisce

true se il set corrente è un subset di other; in caso contrario, false.

Implementazioni

Si applica a