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: Booleantrue
if both application objects represent the same application; otherwise, false
.