Skip to content

XenUpgradeSolution.Equals Method (XenSolution)

Indicates whether the current object is equal to another object of the same type.

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(
    XenSolution other
)

VB

Public Overrides Function Equals ( 
    other As XenSolution
) As Boolean

Parameters

 

other
Type: Citrix.SDK.AppDNA.Solutions.Xen.Common.XenSolution
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

IEquatable(T).Equals(T)

See Also

Reference

XenUpgradeSolution Class
Equals Overload
Citrix.SDK.AppDNA.Solutions.XenUpgrade Namespace

Was this article helpful?