private bool EqualsData(IpV6MobilityOptionNatDetection other) { return other != null && UdpEncapsulationRequired == other.UdpEncapsulationRequired && RefreshTime == other.RefreshTime; }
private bool EqualsData(IpV6MobilityOptionNatDetection other) { return(other != null && UdpEncapsulationRequired == other.UdpEncapsulationRequired && RefreshTime == other.RefreshTime); }