<Code Lib>
2022 Method
Changes 0
M

WorksetId.op_GreaterThanOrEqual

Description:
Determines whether one WorksetId is not less than another WorksetId.

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

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

Loading…