| [Overview][Resource strings][Constants][Types][Procedures and functions][Index] | 
Check whether a TUInt24Rec value equals a longint value.
Source position: unicodedata.pas line 168
| class operator TUInt24Rec.equal(TUInt24Rec,LongInt):Boolean( | 
| a: TUInt24Rec; | 
| b: LongInt | 
| ):Boolean; | 
| a | 
 | TUInt24Rec to compare | 
| b | 
 | Longint value to compare | 
True if a and b are equal
The longint b is considered equal to a if the fourth byte (LSB) is zero, and the first three bytes equal byte0, byte1, and byte2.