<Code Lib>
2020 Method
Changes 0
M

WorksetId.op_LessThan

Description:
Determines whether this WorksetId is less than another WorksetId.

public static bool operator <(
	WorksetId WorksetId1,
	WorksetId WorksetId2
)

Return Value bool True if the first WorksetId is less than the second WorksetId, otherwise, false.

Loading…