<Code Lib>
2026 Method
Changes 0
M

WorksetId.op_GreaterThan

Description:
Determines whether one WorksetId is greater than another WorksetId.

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

Return Value Boolean True if the first WorksetId is greater than the second WorksetId, otherwise, false.

Loading…