ImageCompareTagOn this pageImage.CompareTag(string tag) Is this game object tagged with tag ? Parameters: NameTypeDescriptiontagstringThe tag to compare. Returns: typeDescriptionbooleanIs this game object tagged with tag ? Usage ---@type Imagelocal image;---@type stringlocal tag;local val0 = image.CompareTag(tag)