Parameters
- obj1
- The first object to compare
- obj2
- The second object to compare against
- colName
- The name of the propert/column being sorted
- sortDir
- The direction of the sort, or type Symphony.Conductor.Framework.SynergySortOrder
Return Value
The method should return an integer result indicating that (0) the two objects are identical, (1) that the first object
is greater than the second, or (-1) that the first object vlaue is less than the second.