class in RenownedGames.AITree / Inherits from KeyQuery where T : Key
Key query determining equality of key value.
/// <summary>
/// Result of determining equality of key.
/// </summary>
protected abstract bool Result(T key);
/// <summary>
/// Detail description of key query.
/// </summary>
public virtual string GetDescription(Key key);
/// <summary>
/// Detail description of key query.
/// </summary>
string GetDescription(Key key);