Ejemplo n.º 1
0
 private bool EqualsData(IpV6OptionQuickStart other)
 {
     return other != null &&
            QuickStartFunction == other.QuickStartFunction && Rate == other.Rate && Ttl == other.Ttl && Nonce == other.Nonce;
 }
Ejemplo n.º 2
0
 private bool EqualsData(IpV6OptionQuickStart other)
 {
     return(other != null &&
            QuickStartFunction == other.QuickStartFunction && Rate == other.Rate && Ttl == other.Ttl && Nonce == other.Nonce);
 }