private bool EqualsData(IpV6MobilityOptionIpV4DhcpSupportMode other)
 {
     return(other != null &&
            IsServer == other.IsServer);
 }
 private bool EqualsData(IpV6MobilityOptionIpV4DhcpSupportMode other)
 {
     return other != null &&
            IsServer == other.IsServer;
 }