Exemplo n.º 1
0
 private bool EqualsData(IpV6OptionHomeAddress other)
 {
     return other != null &&
            HomeAddress.Equals(other.HomeAddress);
 }
Exemplo n.º 2
0
 private bool EqualsData(IpV6OptionHomeAddress other)
 {
     return(other != null &&
            HomeAddress.Equals(other.HomeAddress));
 }