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

LinkElementId.Inequality Operator

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