Skip to content

AppVSolutionTemplate.Equals Method (Object)

Determines whether the specified Object, is equal to this instance.

Namespace: Citrix.SDK.AppDNA.Solutions.AppV
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.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 this instance.

Return Value

Type: Boolean
true if the specified Object is equal to this instance; otherwise, false.

See Also

Reference

AppVSolutionTemplate Class
Equals Overload
Citrix.SDK.AppDNA.Solutions.AppV Namespace

Was this article helpful?