TypeConverterAttribute.Equals(Object) 方法

定義

回傳給定物件的值是否等於當前 TypeConverterAttribute值。

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

參數

obj
Object

測試 的物件是 的值相等。

傳回

true 若給定物件的值等於當前 TypeConverterAttribute值;否則, false

適用於