ImmutableHashSet<T>.Builder.SetEquals(IEnumerable<T>) Méthode

Définition

Détermine si l'ensemble actuel et la collection spécifiée contiennent les mêmes éléments.

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

Paramètres

other
IEnumerable<T>

Collection à comparer à l’ensemble actuel.

Retours

true si l’ensemble actuel est égal à other ; sinon, false.

Implémente

S’applique à