Share

AcGiVariant::isEquivalent

C++

static bool isEquivalent(
    const AcGiVariant*, 
    const AcGiVariant*
);

Description

Determines is two AcGiVariants are the same or equivalent. It tests the type, values, and if a table verifies that each element in the table is equivalent (by key).

'true' if variants are the same or equivalent, 'false' if not.

Parameters

Parameters Description
pVar1 First value to test.
pVar2 Second value to test.

Links

AcGiVariant

Previous Declaration

static bool isEquivalent(

AcGiVariant*,

AcGiVariant*

);

Was this information helpful?