Exemplo n.º 1
0
 private bool EqualsData(IpV6MobilityOptionMobileNodeGroupIdentifier other)
 {
     return(other != null &&
            Subtype == other.Subtype && MobileNodeGroupIdentifier == other.MobileNodeGroupIdentifier);
 }
 private bool EqualsData(IpV6MobilityOptionMobileNodeGroupIdentifier other)
 {
     return other != null &&
            Subtype == other.Subtype && MobileNodeGroupIdentifier == other.MobileNodeGroupIdentifier;
 }