XenSolutionPlatform.Equals Method (XenSolutionPlatform)¶
Indicates whether the current object is equal to another object of the same type.
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public abstract bool Equals(
XenSolutionPlatform other
)
VB¶
Public MustOverride Function Equals (
other As XenSolutionPlatform
) As Boolean
Parameters¶
- other
- Type: Citrix.SDK.AppDNA.Solutions.Xen.Common.XenSolutionPlatform
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¶
See Also¶
Reference¶
XenSolutionPlatform Class
Equals Overload
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace