IsEquivalent Data Member Function

Returns true if the <TypeInformation> pointers in this <TypeInfoArray> are exact matches to all the <TypeInformation> pointers in the <TypeInfoArray> submitted to this function. Otherwise returns false.

Prototype

int32 IsEquivalent( TypeInfoArray p_oTypeInfoArrayB )

Parameters

Parameter Type Parameter Name Documentation
<TypeInfoArray>p_oTypeInfoArrayBA pointer to the <TypeInfoArray> you wish to compare with this <TypeInfoArray>.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.