Search code examples
delphicompareguiddelphi-7

Delphi 7 tguid compare


Is any other way to compare 2 TGUID elements, except transform them into strings (the guidtostring function) and after evaluate the expression, in Delphi 7?


Solution

  • You can use IsEqualGUID API declared in SysUtils.