Package com._1c.g5.v8.dt.form.service
Interface DtObjectMap.IComparer<K>
- All Known Implementing Classes:
CommandComparer,CommandGroupComparer,DataPathComparator
- Enclosing class:
- DtObjectMap<TKey,
TValue>
public static interface DtObjectMap.IComparer<K>
-
Method Summary
-
Method Details
-
equals
Compares two object for equality- Parameters:
a- the first elementb- the second element- Returns:
- whether a is equal to b
-
hashCode
Returns the hash code for the given objects.- Parameters:
element- the element the hash code is calculated for- Returns:
- the hash code for the given object
-