Skip to content

AttributeStringList.Equals Method (AttributeStringList)

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

VB

Public Function Equals ( 
    other As AttributeStringList
) As Boolean

Parameters

 

other
Type: Citrix.SDK.AppDNA.AttributeStringList
The other AttributeStringList to compare against.

Return Value

Type: Boolean
true if the two AttributeStringList objects represent the same AttributeStringList in AppDNA.

Implements

IEquatable(T).Equals(T)

See Also

Reference

AttributeStringList Class
Equals Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?