Ejemplo n.º 1
0
 private bool EqualsData(IpV6MobilityOptionAccessNetworkIdentifier other)
 {
     return(other != null &&
            SubOptions.Equals(other.SubOptions));
 }
Ejemplo n.º 2
0
 private bool EqualsData(IpV6MobilityOptionFlowIdentification other)
 {
     return(other != null &&
            FlowIdentifier == other.FlowIdentifier && Priority == other.Priority && Status == other.Status && SubOptions.Equals(other.SubOptions));
 }