<Code Lib>
2020 Method
Changes 0
M

IFCData.op_Inequality

Description:
Determines whether two IFCDatas are different.

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

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

Loading…