System::Collections::Generic::ISet::IsProperSupersetOf méthode

ISet::IsProperSupersetOf method

Vérifie si l’ensemble actuel est un sur-ensemble strict d’un autre conteneur.

virtual bool System::Collections::Generic::ISet<T>::IsProperSupersetOf(IEnumerablePtr other)=0
ParamètreTypeDescription
autreIEnumerablePtrSous-ensemble à comparer.

ReturnValue

Vrai si tous les éléments de other sont présents dans l’ensemble et que l’ensemble possède plus d’éléments que other, faux sinon.

Voir aussi