ImmutableSortedSet<T>.Builder.IsProperSupersetOf Método

Definição

Determina se o conjunto atual é um superconjunto apropriado (estrito) de uma coleção 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>

A coleção a ser comparada com o conjunto atual.

Retornos

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

Implementações

Aplica-se a