2027 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 Boolean True if the first WorksetId is not less than the second WorksetId, otherwise, false.