IReadOnlySet<T>.IsProperSubsetOf(IEnumerable<T>) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the current set is a proper (strict) subset of a specified collection.
public:
bool IsProperSubsetOf(System::Collections::Generic::IEnumerable<T> ^ other);
C#
public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other);
abstract member IsProperSubsetOf : seq<'T> -> bool
Public Function IsProperSubsetOf (other As IEnumerable(Of T)) As Boolean
- other
- IEnumerable<T>
The collection to compare to the current set.
true
if the current set is a proper subset of other; otherwise false
.
other
is null
.
Продукт | Версії |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: