[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

IsEqualGUID

Check whether two TGUIDvariables are equal.

Declaration

Source position: intfh.inc line 32

function IsEqualGUID(

  const guid1: TGUID;

  const guid2: TGUID

):Boolean;

Description

IsEqualGUIDchecks whether guid1and guid2are equal, and returns Trueif this is the case, or Falseotherwise.

See also

Supports

  

Check whether a class or given interface supports an interface

#rtl.system.TGUID

  

Standard GUID representation type.

StringToGUID

  

Convert a string to a native TGUIDtype.

GuidToString

  

Convert a TGUIDto a string representation.