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