private bool EqualsData(IpV6MobilityOptionLinkLayerAddress other)
        {
            return other != null &&
                   Code == other.Code && LinkLayerAddress.Equals(other.LinkLayerAddress);

        }
Пример #2
0
 private bool EqualsData(IpV6MobilityOptionLinkLayerAddress other)
 {
     return(other != null &&
            Code == other.Code && LinkLayerAddress.Equals(other.LinkLayerAddress));
 }