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