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