Hello,
Is there any way to check wither the list contains unique values?
In the List Class I didn't find any method resembling this function.
Thanks.
Hello,
Is there any way to check wither the list contains unique values?
In the List Class I didn't find any method resembling this function.
Thanks.
Thank you very much.
List doesn't have such a capability. You can use iterate the list and put values into Set, which stores unique values only.
André Arnaud de Cal...
292,907
Super User 2025 Season 1
Martin Dráb
231,777
Most Valuable Professional
nmaenpaa
101,156
Moderator