ISet<(Of <(<'T>)>)>..::..IsProperSubsetOf Method
Namespace:
System.Collections.Generic
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
bool IsProperSubsetOf( IEnumerable<T> other )
Function IsProperSubsetOf ( _ other As IEnumerable(Of T) _ ) As Boolean
bool^ IsProperSubsetOf( IEnumerable<T>^ other )
Parameters
- other
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>