Пример #1
0
 private bool EqualsData(IpV6OptionRouterAlert other)
 {
     return other != null &&
            RouterAlertType == other.RouterAlertType;
 }
Пример #2
0
 private bool EqualsData(IpV6OptionRouterAlert other)
 {
     return(other != null &&
            RouterAlertType == other.RouterAlertType);
 }