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

ElementId.Inequality Operator

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