Determines whether two GeometryObjects are the same.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static bool operator ==( GeometryObject first, GeometryObject second )
Parameters
- first GeometryObject
- The first GeometryObject.
- second GeometryObject
- The second GeometryObject.
Return Value
BooleanTrue if the GeometryObjects are the same; otherwise, false.