LazyMemberInfo.Equals Methode

Definition

Überlädt

Name Beschreibung
Equals(LazyMemberInfo)

Gibt an, ob die aktuelle Instanz einer anderen Instanz desselben Typs entspricht.

Equals(Object)

Gibt an, ob diese Instanz und ein angegebenes Objekt gleich sind.

Equals(LazyMemberInfo)

Quelle:
LazyMemberInfo.cs
Quelle:
LazyMemberInfo.cs
Quelle:
LazyMemberInfo.cs
Quelle:
LazyMemberInfo.cs

Gibt an, ob die aktuelle Instanz einer anderen Instanz desselben Typs entspricht.

public:
 virtual bool Equals(System::ComponentModel::Composition::ReflectionModel::LazyMemberInfo other);
public bool Equals(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo other);
override this.Equals : System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo -> bool
Public Function Equals (other As LazyMemberInfo) As Boolean

Parameter

other
LazyMemberInfo

Eine Instanz, die mit dieser Instanz verglichen werden soll.

Gibt zurück

truewenn die aktuelle Instanz gleich der anderen Instanz ist; andernfalls . false

Implementiert

Gilt für:

Equals(Object)

Quelle:
LazyMemberInfo.cs
Quelle:
LazyMemberInfo.cs
Quelle:
LazyMemberInfo.cs
Quelle:
LazyMemberInfo.cs

Gibt an, ob diese Instanz und ein angegebenes Objekt gleich sind.

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

Parameter

obj
Object

Ein anderes Zu vergleichende Objekt.

Gibt zurück

true if obj and this instance are the same type and represent the same value; otherwise, false.

Weitere Informationen

Gilt für: