Skip to content

ApplicationForm.Equals Method (ApplicationForm)

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

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(
    ApplicationForm other
)

VB

Public Function Equals ( 
    other As ApplicationForm
) As Boolean

Parameters

 

other
Type: Citrix.SDK.AppDNA.ApplicationForm
The object to compare with the current one.

Return Value

Type: Boolean
true Comparison result

Implements

IEquatable(T).Equals(T)

See Also

Reference

ApplicationForm Class
Equals Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?