Skip to content

ApplicationFormField.Equals Method (ApplicationFormField)

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 abstract bool Equals(
    ApplicationFormField other
)

VB

Public MustOverride Function Equals ( 
    other As ApplicationFormField
) As Boolean

Parameters

 

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

Return Value

Type: Boolean
true Comparison result

Implements

IEquatable(T).Equals(T)

See Also

Reference

ApplicationFormField Class
Equals Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?