private bool EqualsData(IpV6MobilityOptionMobileAccessGatewayIpV6Address other)
 {
     return other != null &&
            Address.Equals(other.Address);
 }
Example #2
0
 private bool EqualsData(IpV6MobilityOptionMobileAccessGatewayIpV6Address other)
 {
     return(other != null &&
            Address.Equals(other.Address));
 }