StepIdentifier.CompareTo Method¶
Compares the current object with another object of the same type.
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 int CompareTo(
StepIdentifier other
)
VB¶
Public Function CompareTo (
other As StepIdentifier
) As Integer
Parameters¶
- other
- Type: Citrix.SDK.AppDNA.Solutions.AppV.Processing.StepIdentifier
An object to compare with this object.
Return Value¶
Type: Int32
A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the other parameter.Zero This object is equal to other. Greater than zero This object is greater than other.
Implements¶
See Also¶
Reference¶
StepIdentifier Class
Citrix.SDK.AppDNA.Solutions.AppV.Processing Namespace