<Code Lib>
2024 Method
Changes 0
M

WorksetId.Compare

Description:
Compares two WorksetIds.

public int Compare(
	WorksetId id
)

Return Value int -1 if this WorksetId is less than id, 0 if equal, 1 if greater.

Loading…