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

ISet::IsProperSupersetOf method

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

virtual bool System::Collections::Generic::ISet<T>::IsProperSupersetOf(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 y el conjunto tiene más elementos que other, falso en caso contrario.

Ver también