Share

ExternalGeometryId.Inequality Operator

Determines whether two ExternalGeometryIds are different.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static bool operator !=(
	ExternalGeometryId first,
	ExternalGeometryId second
)

Parameters

first  ExternalGeometryId
The first ExternalGeometryId.
second  ExternalGeometryId
The second ExternalGeometryId.

Return Value

Boolean
True if the ExternalGeometryIds are different; otherwise, false.

See Also

Reference

Was this information helpful?