PropertyFilterAttribute.Equals(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,這個值表示目前的 PropertyFilterAttribute .NET Framework 屬性是否等於指定的物件。
public:
override bool Equals(System::Object ^ value);
public override bool Equals (object value);
override this.Equals : obj -> bool
Public Overrides Function Equals (value As Object) As Boolean
參數
- value
- Object
與這個 PropertyFilterAttribute 相比較的物件。
傳回
如果指定的 PropertyFilterAttribute 和目前的 PropertyFilterAttribute 相等,則為 true
;否則為 false
。
備註
此實作會 PropertyFilterOptions 比較每個 PropertyFilterAttribute 值相等的值。 PropertyFilterOptions如果 相同,則兩PropertyFilterAttribute個實例相等。