Share

IFCData.Inequality Operator

Determines whether two IFCDatas are different.


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.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

Boolean
True if the IFCDatas are different; otherwise, false.

See Also

Reference

Was this information helpful?