public static HashSet<T> ToHashSet<T>( this IEnumerable<T> objects, IEqualityComparer<T> comparer = null ) where T : class
Copyright (c) 2015 Kentico Software