ExportedTypeHandle.Equals Metoda

Definicja

Przeciążenia

Equals(Object)
Equals(ExportedTypeHandle)

Wskazuje, czy bieżący obiekt jest równy innemu obiektowi tego samego typu.

Equals(Object)

Źródło:
Handles.TypeSystem.cs
Źródło:
Handles.TypeSystem.cs
Źródło:
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

Parametry

obj
Object

Zwraca

Dotyczy

Equals(ExportedTypeHandle)

Źródło:
Handles.TypeSystem.cs
Źródło:
Handles.TypeSystem.cs
Źródło:
Handles.TypeSystem.cs

Wskazuje, czy bieżący obiekt jest równy innemu obiektowi tego samego typu.

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

Parametry

other
ExportedTypeHandle

Obiekt do porównania z tym obiektem.

Zwraca

true jeśli bieżący obiekt jest równy parametrowi other ; w przeciwnym razie false.

Implementuje

Dotyczy