VbPointerTInequality Operator
Namespace: DevCase.Win32.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Shared Operator <> (
first As VbPointer(Of T),
second As VbPointer(Of T)
) As Boolean
Dim first As VbPointer(Of T)
Dim second As VbPointer(Of T)
Dim returnValue As Boolean
returnValue = (first <> second)
No code example is currently available or this language may not be supported.
- first VbPointerT
-
The first VbPointerT.
- second VbPointerT
-
The second VbPointerT.
Boolean
The result of the operator.