private bool Equals(HostRoute other) { return string.Equals(DestinationCIDR, other.DestinationCIDR) && string.Equals(NextHop, other.NextHop); }
private bool Equals(HostRoute other) { return(string.Equals(DestinationCIDR, other.DestinationCIDR) && string.Equals(NextHop, other.NextHop)); }