Equals

Equals(object)

判断指定的 System.Object 是否等于当前的 System.Object.

public override bool Equals(object other)
范围类型描述
objObject要与当前对象进行比较的对象。

返回值

如果指定的 System.Object 等于当前 System.Object,则为 true;否则为假。

也可以看看


Equals(PropertyDescriptor)

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

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

返回值

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

也可以看看