ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ComObject Class / EqualsComObject<T> Method
The left.
The right.

In This Topic
    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 T As ComObject)( _
       ByVal left As T, _
       ByVal right As T _
    ) As System.Boolean
    public static System.bool EqualsComObject<T>( 
       T left,
       T right
    )
    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