This implements a search predicate for findItem which looks for some object attribute via the equality operator.  
 More...
template<typename IOD, typename Item, typename type, typename arg2, arg2 argument2>
class DRTSearch::searchPropertyEqual< IOD, Item, type, arg2, argument2 >
This implements a search predicate for findItem which looks for some object attribute via the equality operator. 
- Template Parameters
- 
  
    | IOD | the type of the IOD that should be checked |  | Item | this should always be IOD::Item. Sadly, MSC6 can't figure that out by itself and so we must explicitly tell it about this type. |  | type | the type that is being searched for |  | arg2 | the type of the second argument to the getter function |  | argument2 | the value of the second argument to the getter function |