Check whether a TUInt24Rec value equals a byte value.
Source position: unicodedata.pas line 252
| class operator TUInt24Rec.equal(Byte,TUInt24Rec):Boolean( | 
| a: Byte; | 
| b: TUInt24Rec | 
| ):Boolean; | 
| a | 
 | Byte value to compare. | 
| b | 
 | TUInt24Rec to compare. | 
True if a and b are equal.
The byte b is considered equal to a if it equals byte0 and byte1 and byte1 are zero.