Compares 2 COM objects and return true if the native pointer is the same.
            
            
            
            
            
            
            
            '宣言
 
Public Shared Function EqualsComObject(Of  As ComObject)( _
   ByVal  As , _
   ByVal  As  _
) As System.Boolean
             
        
            
            public static System.bool EqualsComObject<>( 
    ,
    
)
where T: ComObject
             
        
             
        
            パラメータ
- left
 
- The left.
 - right
 
- The right.
 
            型パラメータ
- T
 
            戻り値の型
trueif the native pointer is the same, falseotherwise