Exemple #1
0
 private static bool IsNewLocation(IName location, IName newLocation)
 {
     return(!newLocation.Equals(location));
 }