ImmutableSortedSet<T>.Builder.IsSubsetOf(IEnumerable<T>) Método

Definição

Determina se o conjunto atual é um subconjunto de uma coleção especificada.

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

Parâmetros

other
IEnumerable<T>

A coleção é comparada com o conjunto atual.

Retornos

true se o conjunto atual for um subconjunto de other; caso contrário, false.

Implementações

Aplica-se a