sorted_non_friendly_name_lines() private method

private sorted_non_friendly_name_lines ( ) : List
return List
Example #1
0
 // if the non-friendly info changes, this requires a re-parse of the whole log
 // for now (1.4.8), just restart LogWizard
 public bool is_non_friendly_name_info_the_same(aliases other) {
     return sorted_non_friendly_name_lines().SequenceEqual(other.sorted_non_friendly_name_lines());
 }
Example #2
0
 // if the non-friendly info changes, this requires a re-parse of the whole log
 // for now (1.4.8), just restart LogWizard
 public bool is_non_friendly_name_info_the_same(aliases other)
 {
     return(sorted_non_friendly_name_lines().SequenceEqual(other.sorted_non_friendly_name_lines()));
 }