CompareExchangeIntf

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWInterlocked > Methods >

CompareExchangeIntf

SIGNATURE=IW.Common.Interlocked.TIWInterlocked.CompareExchangeIntf@IInterface@IInterface@IInterface

 

ETYPE=Method

 

Declaration:

Delphi:

public class function CompareExchangeIntf(var Target: IInterface; const Value: IInterface; const Comparand: IInterface): IInterface; static;

C++:

public: static __fastcall IInterface CompareExchangeIntf(IInterface Target, const IInterface Value, const IInterfa

 

Description: This is CompareExchangeIntf, a member of class TIWInterlocked.