Answer TRUE or FALSE.
To be efficient, a dictionary implementation requires that the key type define a total order.
A key capability of a dictionary is search.
While one can do exact match search on a type that does not define a total order, not being able to organize the keys makes search expensive.