Structure.hasName
bool hasName(string name)Checks if the structure has the given name
Parameters
name | structure name to check for |
Returns
true if name matches the name of the structure.
bool hasName(string name)Checks if the structure has the given name
name | structure name to check for |