EqualsComObject<T> Method
In This Topic
Compares 2 COM objects and return true if the native pointer is the same.
Syntax
'Declaration
Public Shared Function EqualsComObject(Of As ComObject)( _
ByVal As , _
ByVal As _
) As Boolean
public static bool EqualsComObject<>(
,
)
where T: ComObject
Parameters
- left
- The left.
- right
- The right.
Type Parameters
- T
Return Value
true
if the native pointer is the same, false
otherwise
See Also