private bool EqualsData(IpV6MobilityOptionTransientBinding other)
 {
     return other != null &&
            LatePathSwitch == other.LatePathSwitch && Lifetime == other.Lifetime;
 }
 private bool EqualsData(IpV6MobilityOptionTransientBinding other)
 {
     return(other != null &&
            LatePathSwitch == other.LatePathSwitch && Lifetime == other.Lifetime);
 }