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