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

notequal(TUInt24Rec,TUInt24Rec):Boolean

Check whether 2 TUInt24Rec values differ.

Declaration

Source position: unicodedata.pas line 248

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

  a: TUInt24Rec;

  b: TUInt24Rec

):Boolean;

Arguments

a

  

First TUInt24Rec to compare

b

  

Second TUInt24Rec to compare

Function result

True if a and b are different

Description

The comparison is done by comparing byte0, byte1 and byte2.


Documentation generated on: May 14 2021