LocalVariableHandle.Equals 方法
定义
重载
| Equals(Object) | |
| Equals(LocalVariableHandle) |
指示当前对象是否等于同一类型的另一个对象。Indicates whether the current object is equal to another object of the same type. |
Equals(Object)
Equals(LocalVariableHandle)
指示当前对象是否等于同一类型的另一个对象。Indicates whether the current object is equal to another object of the same type.
public:
virtual bool Equals(System::Reflection::Metadata::LocalVariableHandle other);
public bool Equals (System.Reflection.Metadata.LocalVariableHandle other);
override this.Equals : System.Reflection.Metadata.LocalVariableHandle -> bool
Public Function Equals (other As LocalVariableHandle) As Boolean
参数
- other
- LocalVariableHandle
一个与此对象进行比较的对象。An object to compare with this object.
返回
如果当前对象等于 other 参数,则为 true;否则为 false。true if the current object is equal to the other parameter; otherwise, false.