MLGrabCompareTagOn this pageMLGrab.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 MLGrablocal mlgrab;---@type stringlocal tag;local val0 = mlgrab.CompareTag(tag)