RVTDocs.com
Namespace: Autodesk.Revit.DB.IFC Class: IFCData

IFCData.Inequality Operator

Description:
Determines whether two IFCDatas are different.
Syntax
public static bool operator !=(
	IFCData first,
	IFCData second
)
Parameters
Parameter Type Description
first IFCData The first IFCData.
second IFCData The second IFCData.
Return Value
Type Description
Boolean True if the IFCDatas are different; otherwise, false.