public override int GetHashCode() { int hash = 13; hash = (hash * 7) + ComputerName.GetHashCode(); return(hash); }