Determines whether two IFCDatas are different.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool operator !=( IFCData first, IFCData second )
Parameters
Return Value
BooleanTrue if the IFCDatas are different; otherwise, false.
