class RecordComparisonResult { static const Null = 0; static const Record = 1; static const RecordSameType = 2; static const Same = 3; }