Determines whether two ExternalGeometryIds are the same.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.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.