Check whether 2 TUInt24Rec values differ.
Source position: unicodedata.pas line 254
class operator TUInt24Rec.notequal(TUInt24Rec,TUInt24Rec):Boolean( |
a: TUInt24Rec; |
b: TUInt24Rec |
):Boolean; |
a |
|
First TUInt24Rec to compare. |
b |
|
Second TUInt24Rec to compare. |
True if a and b are different.
The comparison is done by comparing byte0, byte1 and byte2.