Skip to content

BuildAssessmentSolution.Equals Method (BuildAssessmentSolution)

Indicates whether the current object is equal to another object of the same type.

Namespace: Citrix.SDK.AppDNA.Solutions.BuildAssessment
Assembly: Citrix.SDK.AppDNA.Solutions.BuildAssessment (in Citrix.SDK.AppDNA.Solutions.BuildAssessment.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public bool Equals(
    BuildAssessmentSolution other
)

VB

Public Function Equals ( 
    other As BuildAssessmentSolution
) As Boolean

Parameters

 

other
Type: Citrix.SDK.AppDNA.Solutions.BuildAssessment.BuildAssessmentSolution
An object to compare with this object.

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

BuildAssessmentSolution Class
Equals Overload
Citrix.SDK.AppDNA.Solutions.BuildAssessment Namespace

Was this article helpful?