ApplicationWorkflow.Equals Method (ApplicationWorkflow)¶
Indicates whether the current object is equal to another object of the same type.
Namespace: Citrix.SDK.AppDNA.Solutions.AppV.Workflow
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public bool Equals(
ApplicationWorkflow other
)
VB¶
Public Function Equals (
other As ApplicationWorkflow
) As Boolean
Parameters¶
- other
- Type: Citrix.SDK.AppDNA.Solutions.AppV.Workflow.ApplicationWorkflow
An object to compare with this object.
Return Value¶
Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.
Implements¶
See Also¶
Reference¶
ApplicationWorkflow Class
Equals Overload
Citrix.SDK.AppDNA.Solutions.AppV.Workflow Namespace