Revit 2026 API
IFCAny |
Determines whether two IFCAnyHandles are different.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool operator !=( IFCAnyHandle first, IFCAnyHandle second )
Public Shared Operator <> ( first As IFCAnyHandle, second As IFCAnyHandle ) As Boolean
public: static bool operator !=( IFCAnyHandle^ first, IFCAnyHandle^ second )
static let inline (<>) first : IFCAnyHandle * second : IFCAnyHandle : bool
Parameters
- first IFCAnyHandle
- The first IFCAnyHandle.
- second IFCAnyHandle
- The second IFCAnyHandle.
Return Value
BooleanTrue if the IFCAnyHandles are different; otherwise, false.
See Also