Changeset 10007 for branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/SolutionsCaching
- Timestamp:
- 09/26/13 10:30:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/SolutionsCaching/PermutationInformation.cs
r9789 r10007 77 77 public override bool Equals(object obj) { 78 78 PermutationInformation pi = obj as PermutationInformation; 79 if (pi == null) return false; 79 80 80 81 if (ProducedBy == pi.ProducedBy && Generation == pi.Generation) {
Note: See TracChangeset
for help on using the changeset viewer.