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