예제 #1
0
 private bool Equals(HostRoute other)
 {
     return string.Equals(DestinationCIDR, other.DestinationCIDR) && string.Equals(NextHop, other.NextHop);
 }
예제 #2
0
 private bool Equals(HostRoute other)
 {
     return(string.Equals(DestinationCIDR, other.DestinationCIDR) && string.Equals(NextHop, other.NextHop));
 }