DescriptionAttribute.Equals(Object) 方法
定义
返回给定对象的值是否等于当前的 DescriptionAttribute。Returns whether the value of the given object is equal to the current DescriptionAttribute.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object? obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
参数
- obj
- Object
要进行值的相等性测试的对象。The object to test the value equality of.
返回
如果给定对象的值等于当前对象的值,则为 true
;否则为 false
。true
if the value of the given object is equal to that of the current; otherwise, false
.