private bool EqualsData(IpV6MobilityOptionVendorSpecific other)
 {
     return other != null &&
            VendorId == other.VendorId && Subtype == other.Subtype && Data.Equals(other.Data);
 }