private bool EqualsData(IpV6MobilityOptionRestartCounter other)
 {
     return(other != null &&
            RestartCounter == other.RestartCounter);
 }
 private bool EqualsData(IpV6MobilityOptionRestartCounter other)
 {
     return other != null &&
            RestartCounter == other.RestartCounter;
 }