|
|
Determines whether the two objects refer to different underlying native objects. Returns true
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 ) |