IsNotTernary Data Member Function

Returns true if the specified <Type> pointer does not match any of the specified <TypeInformation> pointers.

Prototype

int32 IsNotTernary( Type p_oType, TypeInformation p_oTypeInfoA, TypeInformation p_oTypeInfoB, TypeInformation p_oTypeInfoC )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_oTypeA pointer to any object derived from <Type>.
TypeInformationp_oTypeInfoATest fails if the source <Type> pointer matches this <TypeInformation> pointer.
TypeInformationp_oTypeInfoBTest fails if the source <Type> pointer matches this <TypeInformation> pointer.
TypeInformationp_oTypeInfoCTest fails 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.