[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
Check whether a TUInt24Rec value equals a byte value.
Source position: unicodedata.pas line 174
class operator TUInt24Rec.equal(TUInt24Rec,Byte):Boolean( |
a: TUInt24Rec; |
b: Byte |
):Boolean; |
a |
|
TUInt24Rec to compare |
b |
|
Byte value 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.