CodeActivityPublicEnvironmentAccessor.Equals(Object) 方法
定义
确定指定的对象是否等于公共环境访问器。Determines whether the specified object is equal to the public environment accessor.
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 the public environment accessor; otherwise, false.