Share via


CustomDebugInformationHandle.Equals Yöntem

Tanım

Aşırı Yüklemeler

Equals(Object)
Equals(CustomDebugInformationHandle)

Geçerli nesnenin aynı türdeki başka bir nesneye eşit olup olmadığını gösterir.

Equals(Object)

Kaynak:
Handles.Debug.cs
Kaynak:
Handles.Debug.cs
Kaynak:
Handles.Debug.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

Parametreler

obj
Object

Döndürülenler

Şunlara uygulanır

Equals(CustomDebugInformationHandle)

Kaynak:
Handles.Debug.cs
Kaynak:
Handles.Debug.cs
Kaynak:
Handles.Debug.cs

Geçerli nesnenin aynı türdeki başka bir nesneye eşit olup olmadığını gösterir.

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

Parametreler

other
CustomDebugInformationHandle

Bu nesneyle karşılaştıracak bir nesne.

Döndürülenler

true geçerli nesne parametresine other eşitse; değilse, false.

Uygulamalar

Şunlara uygulanır