<Code Lib>
2027 Method
Changes 0
M

WorksetId.Compare

Description:
Compares two WorksetIds.

public int Compare(
	WorksetId id
)

  • id
    The WorksetId to be compared with this WorksetId.
Return Value Int32 -1 if this WorksetId is less than id, 0 if equal, 1 if greater.

Loading…