Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(((StreetLight != null ? StreetLight.GetHashCode() : 0) * 397) ^ RepeatDistance.GetHashCode());
     }
 }
Ejemplo n.º 2
0
 public override int GetHashCode()
 {
     return(Catenary != null ? Catenary.GetHashCode() : 0);
 }