PropertyDefinitionHandle.Equals Methode

Definition

Überlädt

Equals(Object)
Equals(PropertyDefinitionHandle)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

Equals(Object)

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

Gibt zurück

Gilt für:

Equals(PropertyDefinitionHandle)

Quelle:
Handles.TypeSystem.cs
Quelle:
Handles.TypeSystem.cs
Quelle:
Handles.TypeSystem.cs

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

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

Parameter

other
PropertyDefinitionHandle

Ein Objekt, das mit diesem Objekt verglichen werden soll.

Gibt zurück

true, wenn das aktuelle Objekt gleich dem other-Parameter ist, andernfalls false.

Implementiert

Gilt für: