ManifestResourceHandle.Equals 方法

定义

重载

Equals(Object)
Equals(ManifestResourceHandle)

指示当前对象是否等于同一类型的另一个对象。Indicates whether the current object is equal to another object of the same type.

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(ManifestResourceHandle)

指示当前对象是否等于同一类型的另一个对象。Indicates whether the current object is equal to another object of the same type.

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

参数

other
ManifestResourceHandle

一个与此对象进行比较的对象。An object to compare with this object.

返回

Boolean

如果当前对象等于 other 参数,则为 true;否则为 falsetrue if the current object is equal to the other parameter; otherwise, false.

实现

适用于