AlgorithmActionDetail.Equals Method (AlgorithmActionDetail)¶
Indicates whether other represents the same AlgorithmActionDetail.
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(
AlgorithmActionDetail other
)
VB¶
Public Function Equals (
other As AlgorithmActionDetail
) As Boolean
Parameters¶
- other
- Type: Citrix.SDK.AppDNA.AlgorithmActionDetail
An object to compare with this object.
Return Value¶
Type: Booleantrue
if the current object is equal to the other parameter; otherwise, false
.
Implements¶
See Also¶
Reference¶
AlgorithmActionDetail Class
Equals Overload
Citrix.SDK.AppDNA Namespace