RVTDocs.com

IFCAnyHandle.Equality Operator

Description:
Determines whether two IFCAnyHandles are the same.
Syntax
public static bool operator ==(
	IFCAnyHandle first,
	IFCAnyHandle second
)
Parameters
Parameter Type Description
first IFCAnyHandle The first IFCAnyHandle.
second IFCAnyHandle The second IFCAnyHandle.
Return Value
Type Description
Boolean True if the IFCAnyHandles are the same; otherwise, false.