Changeset 16472 for branches/2520_PersistenceReintegration/HeuristicLab.Algorithms.ParameterlessPopulationPyramid
- Timestamp:
- 12/30/18 09:16:51 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/EnumerableBoolEqualityComparer.cs
r16453 r16472 22 22 using System.Collections.Generic; 23 23 using System.Linq; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Algorithms.ParameterlessPopulationPyramid { 27 [StorableType("231ae77d-4352-4a70-8662-5f3d5d44f095")] 26 28 public class EnumerableBoolEqualityComparer : IEqualityComparer<IEnumerable<bool>> { 27 29 public bool Equals(IEnumerable<bool> first, IEnumerable<bool> second) {
Note: See TracChangeset
for help on using the changeset viewer.