Ejemplo n.º 1
0
 private bool EqualsData(IpV6OptionPadN other)
 {
     return other != null &&
            PaddingDataLength == other.PaddingDataLength;
 }
 private bool EqualsData(IpV6OptionPadN other)
 {
     return(other != null &&
            PaddingDataLength == other.PaddingDataLength);
 }