CustomAttributeTypedArgument.Equals Methode

Definition

Überlädt

Name Beschreibung
Equals(Object)

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

Equals(CustomAttributeTypedArgument)

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

Equals(Object)

Quelle:
CustomAttributeTypedArgument.cs
Quelle:
CustomAttributeTypedArgument.cs
Quelle:
CustomAttributeTypedArgument.cs
Quelle:
CustomAttributeTypedArgument.cs
Quelle:
CustomAttributeTypedArgument.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:

Equals(CustomAttributeTypedArgument)

Quelle:
CustomAttributeTypedArgument.cs
Quelle:
CustomAttributeTypedArgument.cs
Quelle:
CustomAttributeTypedArgument.cs
Quelle:
CustomAttributeTypedArgument.cs
Quelle:
CustomAttributeTypedArgument.cs

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

public:
 virtual bool Equals(System::Reflection::CustomAttributeTypedArgument other);
public bool Equals(System.Reflection.CustomAttributeTypedArgument other);
override this.Equals : System.Reflection.CustomAttributeTypedArgument -> bool
Public Function Equals (other As CustomAttributeTypedArgument) As Boolean

Parameter

other
CustomAttributeTypedArgument

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: