IsNotBinary Data Member Function

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

Prototype

int32 IsNotBinary( Type p_oTypeInfoA, TypeInformation p_oTypeInfoB, TypeInformation p_oTypeInfoC )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_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.