BindableAttribute.Equals(Object) Method

Definition

Determines whether two BindableAttribute objects are equal.

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

Parameters

obj
Object

The object to compare.

Returns

true if the specified BindableAttribute is equal to the current BindableAttribute; false if it is not equal.

Applies to