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

IFCData.Equality Operator

Description:
Determines whether two IFCDatas are the same.
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 the same; otherwise, false.