Пример #1
0
 /// <summary>
 /// Returns a hash value for an ArpEntry
 /// </summary>
 /// <returns></returns>
 public override int GetHashCode()
 {
     return(IPAddress.GetHashCode() |
            PhysicalAddress.GetHashCode() |
            AdapterIndex.GetHashCode() |
            ArpEntryType.GetHashCode());
 }