[]
        
(Showing Draft Content)

C1.Util.DX.ComObject.EqualsComObject

EqualsComObject Method

EqualsComObject<T>(T, T)

Compares 2 COM objects and return true if the native pointer is the same.

Declaration
public static bool EqualsComObject<T>(T left, T right) where T : ComObject
Parameters
Type Name Description
T left

The left.

T right

The right.

Returns
Type Description
bool

true if the native pointer is the same, false otherwise

Type Parameters
Name Description
T