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