private bool EqualsData(IpV6OptionPadN other) { return other != null && PaddingDataLength == other.PaddingDataLength; }
private bool EqualsData(IpV6OptionPadN other) { return(other != null && PaddingDataLength == other.PaddingDataLength); }