Skip to content

StepIdentifier.Equality Operator

Implements the operator ==.

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

Syntax

C

public static bool operator ==(
    StepIdentifier lhs,
    StepIdentifier rhs
)

VB

Public Shared Operator = ( 
    lhs As StepIdentifier,
    rhs As StepIdentifier
) As Boolean

Parameters

 

lhs
Type: Citrix.SDK.AppDNA.Solutions.AppV.Processing.StepIdentifier
rhs
Type: Citrix.SDK.AppDNA.Solutions.AppV.Processing.StepIdentifier

Return Value

Type: Boolean

See Also

Reference

StepIdentifier Class
Citrix.SDK.AppDNA.Solutions.AppV.Processing Namespace

Was this article helpful?