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