RVTDocs.com

ExternalGeometryId.Inequality Operator

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