IReadOnlySet.IsSupersetOf(IEnumerable) Método

Definição

Verifique se esse conjunto é um superconjunto de outros.

public bool IsSupersetOf(System.Collections.IEnumerable other);
abstract member IsSupersetOf : System.Collections.IEnumerable -> bool
Public Function IsSupersetOf (other As IEnumerable) As Boolean

Parâmetros

other
IEnumerable

A sequência a ser verificada.

Retornos

True se esse conjunto for um superconjunto de outros; caso contrário, false.

Aplica-se a