<Code Lib>
2026 Method
Changes 0
M

IFCData.op_Inequality

Description:
Determines whether two IFCDatas are different.

public static bool operator !=(
	IFCData first,
	IFCData second
)

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

Loading…