Remove duplicates from a 'Sorted' List.

<para>You should call the "Sort" method before calling this method to ensure the List is sorted.</para> <para>Alternatively, to avoid adding duplicates in the first place, set the doNotAddIfDuplicateExists parameter to True in the "Add" method.</para>

Syntax

ISList.RemoveDuplicates([ignoreCase])

Parameters

NameTypeOptionalByRefDescription
ignoreCase Boolean Optional Indicates whether to ignore case. If omitted, a value of False is assumed.
Member of:
ISList
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0