Beispiel #1
0
 bool AgeUnitHasChanged(CustomItem oldUnit, CustomItem newUnit)
 {
     return(null != oldUnit && !oldUnit.Equals(newUnit));
 }