<Code Lib>
2020 Method
Changes 0
M

IFCData.op_Equality

Description:
Determines whether two IFCDatas are the same.

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

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

Loading…