[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
Determine equality of 2 TUInt24Rec records
Source position: unicodedata.pas line 163
class operator TUInt24Rec.equal(TUInt24Rec,TUInt24Rec):Boolean( |
a: TUInt24Rec; |
b: TUInt24Rec |
):Boolean; |
a |
|
First record |
b |
|
Second record |
True if a equals b.
The 2 records are considered equal if the 3 bytes are equal.