| Revit 2022.1 API |
| ExternalGeometryId..::..Equality Operator |
| ExternalGeometryId Class See Also |
Determines whether two ExternalGeometryIds are the same.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public static bool operator ==( ExternalGeometryId first, ExternalGeometryId second ) |
| Visual Basic |
|---|
Public Shared Operator = ( _ first As ExternalGeometryId, _ second As ExternalGeometryId _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator ==( ExternalGeometryId^ first, ExternalGeometryId^ second ) |
Parameters
- first
- Type: Autodesk.Revit.DB..::..ExternalGeometryId
The first ExternalGeometryId.
- second
- Type: Autodesk.Revit.DB..::..ExternalGeometryId
The second ExternalGeometryId.