MethodDebugInformationHandle.Equals 方法
定义
重载
| Equals(Object) | |
| Equals(MethodDebugInformationHandle) |
指示当前对象是否等于同一类型的另一个对象。Indicates whether the current object is equal to another object of the same type. |
Equals(Object)
Equals(MethodDebugInformationHandle)
指示当前对象是否等于同一类型的另一个对象。Indicates whether the current object is equal to another object of the same type.
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
参数
一个与此对象进行比较的对象。An object to compare with this object.
返回
如果当前对象等于 other 参数,则为 true;否则为 false。true if the current object is equal to the other parameter; otherwise, false.