private bool EqualsData(IpV6OptionUnknown other)
 {
     return(other != null &&
            Data.Equals(other.Data));
 }
Esempio n. 2
0
 private bool EqualsData(IpV6OptionUnknown other)
 {
     return other != null &&
            Data.Equals(other.Data);
 }