Equals

PropertyDescriptor.Equals method

表示当前对象是否等于另一个同类型的对象。

public abstract bool Equals(PropertyDescriptor other)
范围类型描述
otherPropertyDescriptor要与此对象进行比较的对象。

返回值

如果当前对象等于另一个参数,则为 true;否则为假。

也可以看看