• Determines whether two GameObject identifiers refers to the same GameObject.

    Parameters

    • first: GameObjectIdentifier

      The first GameObject identifier to compare with.

    • second: GameObjectIdentifier

      The second GameObject identifier to compare with.

    Returns boolean

    Returns true if the two GameObject identifiers refers to the same GameObject and false otherwise.

Generated using TypeDoc