Skip to content

Application.Equals Method (Object)

Determines whether the specified object is equal to the current application.

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.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 application.

Return Value

Type: Boolean
true if other object is an application and both application objects represent the same application; otherwise, false.

See Also

Reference

Application Class
Equals Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?