ListBindableAttribute.Equals(Object) Metódus

Definíció

Azt adja vissza, hogy az átadott objektum egyenlő-e ezzel ListBindableAttribute.

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

Paraméterek

obj
Object

Az egyenlőséget tesztelő objektum.

Válaszok

true ha az átadott objektum egyenlő ezzel ListBindableAttribute; ellenkező esetben false.

A következőre érvényes: