Boolean ObjectTags.Contains(String tagName)

Returns whether or not 'this' has an ObjectTag with the same name as the given string.

Parameters

  • tagName
    Type: String
    The string to check for

Return Value

Type: Boolean
True if 'this' has a tag with the same name as the given string, false otherwise