Data.DBXCommon.TDBXValue.EqualsValue
Delphi
function EqualsValue(Other: TDBXValue): Boolean; virtual;
C++
virtual bool __fastcall EqualsValue(TDBXValue* Other);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXValue |
Description
Tests if values are equal.
EqualsValue returns true if the values are equal.