MethodDebugInformationHandle.Equals 方法

定義

多載

Equals(Object)
Equals(MethodDebugInformationHandle)

指出目前的物件是否等於另一個相同類型的物件。

Equals(Object)

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

參數

obj
Object

傳回

Boolean

適用於

Equals(MethodDebugInformationHandle)

指出目前的物件是否等於另一個相同類型的物件。

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

參數

other
MethodDebugInformationHandle

要與此物件進行比較的物件。

傳回

Boolean

若目前的物件等於 true 參數,則為 other,否則即為 false

實作

適用於