Performs a comparison of two
C1.C1Schedule.Status objects based on their
C1.C1Schedule.Status.StatusType property value.
'Declaration
Public Overloads Function Compare( _
ByVal As Status, _
ByVal As Status _
) As System.Integer
public System.int Compare(
Status ,
Status
)
Parameters
- x
- The first C1.C1Schedule.Status to compare.
- y
- The second C1.C1Schedule.Status to compare.
Return Value
The System.Int32 value determining the comparison result.