System.Threading.TThreadPool.TSafeSharedInteger.CompareExchange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CompareExchange(Value: Integer; Comparand: Integer): Integer; inline;

C++

int __fastcall CompareExchange(int Value, int Comparand);

Properties

Type Visibility Source Unit Parent
function public
System.Threading.pas
System.Threading.hpp
System.Threading TSafeSharedInteger

Description

Embarcadero Technologies does not currently have any additional information.