Method LessThan
LessThan(T, T)
Determines the ordering of objects in this priority queue. Subclasses must define this one method.
Declaration
protected abstract bool LessThan(T a, T b)
Parameters
Type | Name | Description |
---|---|---|
T | a | |
T | b |
Returns
Type | Description |
---|---|
System.Boolean |
|