Version: 2020.2
언어: 한국어
public static bool operator == (PropertyName lhs, PropertyName rhs);

설명

Determines whether two specified PropertyName have the same string value. Because two PropertyNames initialized with the same string value always have the same name index, we can simply perform a comparison of two ints to find out if the string value equals.