private bool EqualsData(IpV6MobilityOptionBindingRefreshAdvice other)
 {
     return other != null &&
            RefreshInterval == other.RefreshInterval;
 }
 private bool EqualsData(IpV6MobilityOptionBindingRefreshAdvice other)
 {
     return(other != null &&
            RefreshInterval == other.RefreshInterval);
 }