Check whether a TUInt24Rec value differs from a cardinal value.
Source position: unicodedata.pas line 256
class operator TUInt24Rec.notequal(Cardinal,TUInt24Rec):Boolean( |
a: Cardinal; |
b: TUInt24Rec |
):Boolean; |
a |
|
Cardinal value to compare. |
b |
|
TUInt24Rec to compare. |
True if a and b are different.
The cardinal a is considered not equal to b if the fourth byte (LSB) is nonzero, or one of the first three bytes differ from byte0, byte1, and byte2.