System.SysUtils.DelegatesEqual
Delphi
function DelegatesEqual(A, B: Pointer): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall DelegatesEqual(void * A, void * B);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
DelegatesEqual checks whether two delegates are equal.
DelegatesEqual is provided for compatibility with .NET. DelegatesEqual has no real use in a Win32 application.