System::Collections::Generic::ISet::IsSupersetOf yöntemi

ISet::IsSupersetOf method

Mevcut kümenin diğer kapsayıcının üst kümesi olup olmadığını kontrol eder.

virtual bool System::Collections::Generic::ISet<T>::IsSupersetOf(IEnumerablePtr other)=0
ParameterTypeAçıklama
diğerIEnumerablePtrKarşılaştırılacak alt küme.

ReturnValue

Tüm öğeler other içinde kümede bulunuyorsa doğru, aksi takdirde yanlış.

Ayrıca Bakınız