|
![]() |
Determines whether the two objects refer to the same underlying native object.
Returns false if either object has been disposed.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Shared Operator = ( _ objA As NativeHandle, _ objB As NativeHandle _ ) As Boolean |
C# |
---|
public static bool operator ==( NativeHandle objA, NativeHandle objB ) |
Visual C++ |
---|
public: static bool operator ==( NativeHandle^ objA, NativeHandle^ objB ) |