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

ISet::IsSubsetOf method

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

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

ReturnValue

Geçerli kümedeki tüm öğeler other içinde bulunuyorsa doğru, aksi takdirde yanlış.

Ayrıca Bakınız