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