Bitmap for UWP
EqualsComObject<T> メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > ComObject クラス : EqualsComObject<T> メソッド
The left.
The right.
Compares 2 COM objects and return true if the native pointer is the same.
シンタックス
'宣言
 
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

パラメータ

left
The left.
right
The right.

型パラメータ

T

戻り値の型

trueif the native pointer is the same, falseotherwise
参照

ComObject クラス
ComObject メンバ