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