PropertyFilterAttribute.Equals(Object) Method

Definition

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.

Applies to