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

ElementId.Equality Operator

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