[Overview][Resource strings][Constants][Types][Procedures and functions][Index] Reference for unit 'unicodedata' (#rtl)

equal(LongInt,TUInt24Rec):Boolean

Check whether a TUInt24Rec value equals a longint value.

Declaration

Source position: unicodedata.pas line 240

class operator TUInt24Rec.equal(LongInt,TUInt24Rec):Boolean(

  a: LongInt;

  b: TUInt24Rec

):Boolean;

Arguments

a

  

Longint value to compare

b

  

TUInt24Rec to compare

Function result

True if a and b are equal

Description

The longint a is considered equal to b if the fourth byte (LSB) is zero, and the first three bytes equal byte0, byte1, and byte2.


Documentation generated on: May 14 2021