Skip to content

Application.Equals Method (Application)

Indicates whether the current application is equal to another 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 bool Equals(
    Application other
)

VB

Public Function Equals ( 
    other As Application
) As Boolean

Parameters

 

other
Type: Citrix.SDK.AppDNA.Application
An application to compare with this application.

Return Value

Type: Boolean
true if both application objects represent the same application; otherwise, false.

Implements

IEquatable(T).Equals(T)

See Also

Reference

Application Class
Equals Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?