private bool EqualsData(IpV6MobilityOptionMobileNodeLinkLocalAddressInterfaceIdentifier other)
 {
     return other != null &&
            InterfaceIdentifier == other.InterfaceIdentifier;
 }
Example #2
0
 private bool EqualsData(IpV6MobilityOptionMobileNodeLinkLocalAddressInterfaceIdentifier other)
 {
     return(other != null &&
            InterfaceIdentifier == other.InterfaceIdentifier);
 }