Interface IRecordComparator
Interface for classes implementing a Record comparator.
Namespace: HPE.Ianus.Scripting
Assembly: HPE.Ianus.dll
Syntax
public interface IRecordComparator
Methods
Compare(LoggerFacade, Record, Record)
Compares two records
Declaration
int Compare(LoggerFacade log, Record left, Record right)
Parameters
| Type | Name | Description |
|---|---|---|
| HPE.Ianus.Log.LoggerFacade | log | Job's logger |
| HPE.Ianus.File.Record | left | Left record |
| HPE.Ianus.File.Record | right | Right record |
Returns
| Type | Description |
|---|---|
| System.Int32 | Less than zero: Zero: More than zero: |