Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

VisualElement.Hierarchy.operator ==

Parameters

x The left operand of the comparison.
y The right operand of the comparison.

Returns

bool Returns true if the two instances refer to the same element, false otherwise.

Description

Compares instances of the Hierarchy struct for equality.