Revit 2026 API
IFCDataEquality Operator |
Determines whether two IFCDatas are the same.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool operator ==( IFCData first, IFCData second )
Public Shared Operator = ( first As IFCData, second As IFCData ) As Boolean
public: static bool operator ==( IFCData^ first, IFCData^ second )
static let inline (=) first : IFCData * second : IFCData : bool
Parameters
Return Value
BooleanTrue if the IFCDatas are the same; otherwise, false.
See Also