Equals

<< Click to Display Table of Contents >>

Navigation:  Records > TThreadSafeValue > Methods >

Equals

SIGNATURE=IW.Common.Threads.TThreadSafeValue.Equals@Integer

 

ETYPE=Method

 

Declaration:

Delphi:

public function Equals(AValue: Integer): Boolean;

C++:

public: __fastcall bool Equals(int AValue);

 

Description: This is Equals, a member of class TThreadSafeValue.