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