<Code Lib>
2027 Method
Changes 0
M

WorksetId.op_LessThanOrEqual

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

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

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

Loading…