PropertyFilterAttribute.Equals(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates whether the current PropertyFilterAttribute .NET Framework attribute is equal to a specified object.
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
Parameters
- value
- Object
The object to compare to this PropertyFilterAttribute.
Returns
true
if the specified PropertyFilterAttribute is equal to the current PropertyFilterAttribute; otherwise, false
.
Remarks
This implementation compares the PropertyFilterOptions values on each PropertyFilterAttribute for value equality. If the PropertyFilterOptions are the same, then the two PropertyFilterAttribute instances are equal.