System.Variants.VarSameValue
Delphi
function VarSameValue(const A, B: Variant): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall VarSameValue(const System::Variant &A, const System::Variant &B);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Variants.pas System.Variants.hpp |
System.Variants | System.Variants |
説明
2 つの Variant が同じ値を持っているかどうかを示します。
VarSameValue は,A が B と同じ値を持っている場合に true を返し,2 つの値が等しくない場合に false を返します。
A と B が比較できない場合,VarSameValue は例外を生成します。