Indicates whether two TGUID values are the same.
function IsEqualGUID(const guid1: TGUID; const guid2: TGUID): Boolean; stdcall;
__stdcall Boolean IsEqualGUID(const TGUID guid1, const TGUID guid2);
SysUtils
IsEqualGUID returns true if the TGUID values are equal.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|