System::Collections::Generic::ISet::IsSupersetOf method

ISet::IsSupersetOf method

Comprueba si el conjunto actual es un superconjunto de otro contenedor.

virtual bool System::Collections::Generic::ISet<T>::IsSupersetOf(IEnumerablePtr other)=0
ParámetroTipoDescripción
otroIEnumerablePtrSubconjunto contra el cual comprobar.

ReturnValue

Verdadero si todos los elementos en other están presentes en el conjunto, falso en caso contrario.

Ver también