MCPcopy Create free account
hub / github.com/esengine/esengine / handleEquals

Function handleEquals

packages/core/src/ECS/Core/EntityHandle.ts:120–122  ·  view source on GitHub ↗
(a: EntityHandle, b: EntityHandle)

Source from the content-addressed store, hash-verified

118 * @returns 是否相等 | Whether equal
119 */
120export function handleEquals(a: EntityHandle, b: EntityHandle): boolean {
121 return a === b;
122}
123
124/**
125 * 将句柄转换为字符串(用于调试)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected