コード例 #1
0
 private bool EqualsData(IpV6MobilityOptionFlowIdentification other)
 {
     return other != null &&
            FlowIdentifier == other.FlowIdentifier && Priority == other.Priority && Status == other.Status && SubOptions.Equals(other.SubOptions);
 }
コード例 #2
0
 private bool EqualsData(IpV6MobilityOptionFlowIdentification other)
 {
     return(other != null &&
            FlowIdentifier == other.FlowIdentifier && Priority == other.Priority && Status == other.Status && SubOptions.Equals(other.SubOptions));
 }