ImmutableHashSet<T>.Builder.IsProperSubsetOf(IEnumerable<T>) Método

Definição

Determina se o conjunto atual é um subconjunto apropriado (estrito) de uma coleção especificada.Determines whether the current set is a proper (strict) subset of a specified collection.

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

Parâmetros

other
IEnumerable<T>

A coleção a ser comparada com o conjunto atual.The collection to compare to the current set.

Retornos

Boolean

true se o conjunto atual for um subconjunto apropriado do other; caso contrário, false.true if the current set is a proper subset of other; otherwise, false.

Implementações

Aplica-se a