XenAdoptionSolutionTemplate.Equals Method (Object)¶
Determines whether the specified Object is equal to the current Object.
Namespace: Citrix.SDK.AppDNA.Solutions.XenAdoption
Assembly: Citrix.SDK.AppDNA.Solutions.XenAdoption (in Citrix.SDK.AppDNA.Solutions.XenAdoption.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public override bool Equals( Object obj )
VB¶
Public Overrides Function Equals ( obj As Object ) As Boolean
Parameters¶
- obj
- Type: System.Object
The Object to compare with the current Object.
Return Value¶
Type: Booleantrue if the specified Object is equal to the current Object; otherwise, false.
See Also¶
Reference¶
XenAdoptionSolutionTemplate Class
Equals Overload
Citrix.SDK.AppDNA.Solutions.XenAdoption Namespace