Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator ==(TransformHandle, TransformHandle)

Returns true if two TransformHandles are equal.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Operator
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static bool operator ==(TransformHandle lhs, TransformHandle rhs)

Parameters

Returns

Type

Description

bool

Remarks

The two TransformHandles are considered equal if they point to the same transform data.