Determines whether two IFCAnyHandles are the same.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool operator ==(
IFCAnyHandle first,
IFCAnyHandle second
)
Parameters
- first IFCAnyHandle
- The first IFCAnyHandle.
- second IFCAnyHandle
- The second IFCAnyHandle.
Return Value
BooleanTrue if the IFCAnyHandles are the same; otherwise, false.
See Also
Reference