Cache
compareinstances
比较两个 Instance object 值中存储的内部 Instance 指针值。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
比较两个 Instance object 值中存储的内部 Instance 指针值。
compareinstances(first: Instance, second: Instance): boolean
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
print(compareinstances(Players, Players))
print(compareinstances(Players, ReplicatedStorage))