SynSoft .NET Libraries (release 3rd July 2003)

Sorter.RemoveDuplicates Method

Removes the duplicates from the unordered sequence

Overload List

Removes the duplicates from the unordered sequence

public static string[] RemoveDuplicates(string[],bool);

Removes the duplicates from the unordered sequence, eliding any empty strings from the result

public static string[] RemoveDuplicates(string[]);

Removes the duplicates from the unordered sequence

public static object[] RemoveDuplicates(object[]);

See Also

Sorter Class | Sorter Members | SynSoft.Collections Namespace