public static bool AllEqual<T>( this IEnumerable<T> this, T value, IEqualityComparer<T> comp = null )
If this is empty, is returned.