Unit 'unicodedata' Package
[Overview][Resource strings][Constants][Types][Procedures and functions][Index] [#rtl]

notequal(TUInt24Rec,Cardinal):Boolean

Check whether a TUInt24Rec value differs from a cardinal value.

Declaration

Source position: unicodedata.pas line 253

class operator TUInt24Rec.notequal(TUInt24Rec,Cardinal):Boolean(

  a: TUInt24Rec;

  b: Cardinal

):Boolean;

Arguments

a

  

TUInt24Rec to compare.

b

  

Cardinal value to compare.

Function result

True if a and b are different.

Description

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.


Documentation generated on: Jul 24 2023