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

equal(TUInt24Rec,Word):Boolean

Check whether a TUInt24Rec value equals a word value.

Declaration

Source position: unicodedata.pas line 246

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

  a: TUInt24Rec;

  b: Word

):Boolean;

Arguments

a

  

TUInt24Rec to compare.

b

  

Word value to compare.

Function result

True if a and b are equal.

Description

The word b is considered equal to a if its 2 bytes equal byte0, byte1 and byte2 is zero.


Documentation generated on: Jul 24 2023