[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
Check whether a TUInt24Rec value equals a word value.
Source position: unicodedata.pas line 171
class operator TUInt24Rec.equal(TUInt24Rec,Word):Boolean( |
a: TUInt24Rec; |
b: Word |
):Boolean; |
a |
|
TUInt24Rec to compare |
b |
|
Word value to compare |
True if a and b are equal
The word b is considered equal to a if its 2 bytes equal byte0, byte1 and byte2 is zero.