XenUpgradeSolutionPlatformImage.Equals Method (Object)¶
Determines whether the specified Object is equal to the current Object.
Namespace: Citrix.SDK.AppDNA.Solutions.XenUpgrade
Assembly: Citrix.SDK.AppDNA.Solutions.XenUpgrade (in Citrix.SDK.AppDNA.Solutions.XenUpgrade.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: Boolean
true if the specified Object is equal to the current Object; otherwise, false.
See Also¶
Reference¶
XenUpgradeSolutionPlatformImage Class
Equals Overload
Citrix.SDK.AppDNA.Solutions.XenUpgrade Namespace