<Code Lib>
2023 Method
Changes 0
M

WorksetId.op_Equality

Description:
Determines whether these two WorksetIds are the same.

public static bool operator ==(
	WorksetId first,
	WorksetId second
)

Return Value bool True if the WorksetIds are the same; otherwise, false.

Loading…