public static bool operator == (PropertyName lhs, PropertyName rhs);

描述

确定两个指定 PropertyName 是否具有相同 string 值。因为使用相同 string 值初始化的两个 PropertyName 始终具有相同索引,所以我们只需执行两个 int 的比较即可查明 string 值是否相等。