IFCAnyHandle.op_Equality
Description:
Determines whether two IFCAnyHandles are the same.
Determines whether two IFCAnyHandles are the same.
public static bool operator ==(
IFCAnyHandle first,
IFCAnyHandle second
)
-
firstThe first IFCAnyHandle.
-
secondThe second IFCAnyHandle.
Return Value
bool
True if the IFCAnyHandles are the same; otherwise, false.