-
Notifications
You must be signed in to change notification settings - Fork 26
Contains
Eugene Sadovoi edited this page Jul 7, 2016
·
1 revision
Determines whether a sequence contains a specified element by using a specified equality comparer
Contains(value[, comparer])
The value to locate in the sequence.
An equality comparer function to compare values: Boolean compare(first, second)
true if the source sequence contains an element that has the specified value; otherwise, false.
Enumeration is terminated as soon as a matching element is found.