ProcessingIssue.Equals Method (Object)¶
Determines whether the specified Object, is equal to this instance.
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 override bool Equals(
Object other
)
VB¶
Public Overrides Function Equals (
other As Object
) As Boolean
Parameters¶
- other
- Type: System.Object
The Object to compare with this instance.
Return Value¶
Type: Booleantrue
if the specified Object is equal to this instance; otherwise, false
.
See Also¶
Reference¶
ProcessingIssue Class
Equals Overload
Citrix.SDK.AppDNA.Solutions.AppV.Workflow Namespace