private bool EqualsData(IpV6AccessNetworkIdentifierSubOptionGeoLocation other)
 {
     return(other != null &&
            LatitudeDegrees == other.LatitudeDegrees && LongitudeDegrees == other.LongitudeDegrees);
 }
 private bool EqualsData(IpV6AccessNetworkIdentifierSubOptionGeoLocation other)
 {
     return other != null &&
            LatitudeDegrees == other.LatitudeDegrees && LongitudeDegrees == other.LongitudeDegrees;
 }