WorkflowInstance.WorkflowInstanceControl.Equals(Object) 方法
定义
返回一个表示当前 WorkflowInstance.WorkflowInstanceControl 是否等于指定对象的值。Returns a value that indicates whether the current WorkflowInstance.WorkflowInstanceControl is equal to the specified object.
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.
返回
如果该对象与当前的 WorkflowInstance.WorkflowInstanceControl 相同,则为 true;否则为 false 。true of the object is equal to the current WorkflowInstance.WorkflowInstanceControl; otherwise, false.