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

LinkElementId.Equality Operator

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