Skip to content

Algorithm.Equals Method (Algorithm)

Indicates whether the current algorithm instance and another algorithm instance represent the same algorithm.

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(
    Algorithm other
)

VB

Public Function Equals ( 
    other As Algorithm
) As Boolean

Parameters

 

other
Type: Citrix.SDK.AppDNA.Algorithm
An algorithm to compare with this algorithm.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatable(T).Equals(T)

See Also

Reference

Algorithm Class
Equals Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?