SDKGrabCompareTagOn this pageSDKGrab.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 SDKGrablocal sdkgrab;---@type stringlocal tag;local val0 = sdkgrab.CompareTag(tag)