StaticApplicationFormField.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 override bool Equals(
ApplicationFormField other
)
VB¶
Public Overrides 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: Booleantrue
Comparison result
Implements¶
See Also¶
Reference¶
StaticApplicationFormField Class
Equals Overload
Citrix.SDK.AppDNA Namespace