private bool EqualsData(IpV6MobilityOptionFlowIdentification other) { return other != null && FlowIdentifier == other.FlowIdentifier && Priority == other.Priority && Status == other.Status && SubOptions.Equals(other.SubOptions); }
private bool EqualsData(IpV6MobilityOptionFlowIdentification other) { return(other != null && FlowIdentifier == other.FlowIdentifier && Priority == other.Priority && Status == other.Status && SubOptions.Equals(other.SubOptions)); }