IReadOnlySet<T>.Overlaps(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 overlaps with the specified collection.
public:
bool Overlaps(System::Collections::Generic::IEnumerable<T> ^ other);
C#
public bool Overlaps(System.Collections.Generic.IEnumerable<T> other);
abstract member Overlaps : seq<'T> -> bool
Public Function Overlaps (other As IEnumerable(Of T)) As Boolean
- other
- IEnumerable<T>
The collection to compare to the current set.
true
if the current set and other share at least one common element; otherwise, false
.
other
is null
.
Produkt | Versioner |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Feedback om .NET
.NET är ett öppen källkod projekt. Välj en länk för att ge feedback: