Determines whether two IFCDatas are the same.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool operator ==(
IFCData first,
IFCData second
)
Parameters
- first IFCData
- The first IFCData.
- second IFCData
- The second IFCData.
Return Value
BooleanTrue if the IFCDatas are the same; otherwise, false.
See Also
Reference