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

WorksetId.Inequality Operator

Description:
Determines whether these two WorksetIds are different.
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 different; otherwise, false.