IsParentTypeBinary Data Member Function

Returns true if the parent type matches either type submitted to this function. Subclasses constitute valid matches.

Prototype

int32 IsParentTypeBinary( TypeInformation a, TypeInformation b )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationaThe first possible parent type.
TypeInformationbThe second possible parent type.

Examples

Copy Text To Clipboard

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