<Code Lib>
2027 Method
Changes 0
M

IFCAnyHandle.op_Inequality

Description:
Determines whether two IFCAnyHandles are different.

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

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

Loading…