EditorAttribute.Equals(Object) 方法
定義
傳回值,表示指定的物件值是否等於目前的 EditorAttribute。Returns whether the value of the given object is equal to the current EditorAttribute.
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 object; otherwise, false
.