RVTDocs.com
Namespace: Autodesk.Revit.DB Class: WorksetId

WorksetId.Equality Operator

Description:
Determines whether these two WorksetIds are the same.
Syntax
public static bool operator ==(
	WorksetId first,
	WorksetId second
)
Parameters
Parameter Type Description
first WorksetId The first WorksetId.
second WorksetId The second WorksetId.
Return Value
Type Description
Boolean True if the WorksetIds are the same; otherwise, false.