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

GeometryObject.Equals

Method
Description:
Determines whether the specified is equal to the current .
Remarks:
This compares the internal identifiers of the geometry, and doesn't compare them geometrically.
Syntax
public override bool Equals(
	Object obj
)
Parameters
Parameter Type Description
obj Object Another object.
Return Value