/// <summary>
 /// Looks up the value of a field.
 /// </summary>
 /// <returns>
 /// The bool value of the field with the specified title, or <c>false</c> if no field matches.
 /// </returns>
 /// <param name='title'>
 /// The title of the field to look up.
 /// </param>
 public bool LookupBool(string title)
 {
     return(Field.LookupBool(fields, title));
 }