NativeActivityMetadata.Equals(Object) 方法
定义
确定指定的对象是否等于此元数据实例。Determines whether the specified object is equal to this metadata instance.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
参数
- obj
- Object
要比较的对象。The object to compare.
返回
如果指定的对象等于此元数据实例,则为 true;否则为 false。true if the specified object is equal to this metadata instance; otherwise, false.