<Code Lib>
2024 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 bool True if the IFCAnyHandles are the same; otherwise, false.

Loading…