<Code Lib>
2026 Method
Changes 0
M

IFCAnyHandle.op_Equality

Description:
Determines whether two IFCAnyHandles are the same.

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

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

Loading…