コード例 #1
0
 private bool EqualsData(IpV6OptionJumboPayload other)
 {
     return(other != null &&
            JumboPayloadLength == other.JumboPayloadLength);
 }
コード例 #2
0
 private bool EqualsData(IpV6OptionJumboPayload other)
 {
     return other != null &&
            JumboPayloadLength == other.JumboPayloadLength;
 }