private bool EqualsData(IpV6OptionJumboPayload other) { return(other != null && JumboPayloadLength == other.JumboPayloadLength); }
private bool EqualsData(IpV6OptionJumboPayload other) { return other != null && JumboPayloadLength == other.JumboPayloadLength; }