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