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

GeometryObject.Inequality Operator

Description:
Determines whether two GeometryObjects are different.
Remarks:
This compares the internal identifiers of the geometry, and doesn't compare them geometrically.
Syntax
public static bool operator !=(
	GeometryObject first,
	GeometryObject second
)
Parameters
Parameter Type Description
first GeometryObject The first GeometryObject.
second GeometryObject The second GeometryObject.
Return Value
Type Description
Boolean True if the GeometryObjects are different; otherwise, false.