private bool EqualsData(IpV6MobilityOptionContextRequest other)
 {
     return(other != null &&
            Requests.SequenceEqual(other.Requests));
 }
 private bool EqualsData(IpV6MobilityOptionContextRequest other)
 {
     return other != null &&
            Requests.SequenceEqual(other.Requests);
 }