FireDAC.Stan.Util.FDSameVariants

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDSameVariants(const A, B: Variant): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall FDSameVariants(const System::Variant &A, const System::Variant &B);

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Returns the result of comparing two Variants.

You can use FDSameVariants to retrieve the result of the comparison between two Variant values.

Note: Two NULL Variants are considered equal and two empty Variants are considered equal, but a NULL Variant does not equal an empty Variant.

See Also