IsNot Data Member Function

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

Prototype

int32 IsNot( Type p_oType, TypeInformation p_oTypeInfoA )

Parameters

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

Examples

Copy Text To Clipboard

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