IsQuaternary Data Member Function

Returns true if the specified <Type> pointer matches any of the specified <TypeInformation> pointers.

Prototype

int32 IsQuaternary( Type p_oType, TypeInformation p_oTypeInfoA, TypeInformation p_oTypeInfoB, TypeInformation p_oTypeInfoC, TypeInformation p_oTypeInfoD )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_oTypeA pointer to any object derived from <Type>.
TypeInformationp_oTypeInfoATest passes if the source <Type> pointer matches this <TypeInformation> pointer.
TypeInformationp_oTypeInfoBTest passes if the source <Type> pointer matches this <TypeInformation> pointer.
TypeInformationp_oTypeInfoCTest passes if the source <Type> pointer matches this <TypeInformation> pointer.
TypeInformationp_oTypeInfoDTest passes if the source <Type> pointer matches this <TypeInformation> pointer.

Examples

Copy Text To Clipboard

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