StandaloneSignatureHandle.Equals Methode

Definition

Überlädt

Equals(Object)
Equals(StandaloneSignatureHandle)

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(StandaloneSignatureHandle)

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::StandaloneSignatureHandle other);
public bool Equals (System.Reflection.Metadata.StandaloneSignatureHandle other);
override this.Equals : System.Reflection.Metadata.StandaloneSignatureHandle -> bool
Public Function Equals (other As StandaloneSignatureHandle) As Boolean

Parameter

other
StandaloneSignatureHandle

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: