AttributeStringList.Equals Method (Object)¶
Compares two instances of AttributeStringList class for equality.
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(
Object obj
)
VB¶
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters¶
- obj
- Type: System.Object
The other object to compare against.
Return Value¶
Type: Booleantrue
if the other object is an AttributeStringList object and the two AttributeStringList objects represent the same AttributeStringList in AppDNA.
See Also¶
Reference¶
AttributeStringList Class
Equals Overload
Citrix.SDK.AppDNA Namespace