XenAdoptionSolutionTemplate.Equals Method (XenAdoptionSolutionTemplate)¶
Indicates whether the current object is equal to another object of the same type.
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 bool Equals(
XenAdoptionSolutionTemplate other
)
VB¶
Public Function Equals (
other As XenAdoptionSolutionTemplate
) As Boolean
Parameters¶
- other
- Type: Citrix.SDK.AppDNA.Solutions.XenAdoption.XenAdoptionSolutionTemplate
An object to compare with this object.
Return Value¶
Type: Booleantrue
if the current object is equal to the other parameter; otherwise, false
.
Implements¶
See Also¶
Reference¶
XenAdoptionSolutionTemplate Class
Equals Overload
Citrix.SDK.AppDNA.Solutions.XenAdoption Namespace