Structure.hasName

Checks if the structure has the given name

class Structure
int
hasName
(
string name
)

Parameters

name string

structure name to check for

Return Value

Type: int

TRUE if name matches the name of the structure.

Meta