[]
Compares 2 COM objects and return true if the native pointer is the same.
public static bool EqualsComObject<T>(T left, T right) where T : ComObject
Type | Name | Description |
---|---|---|
T | left | The left. |
T | right | The right. |
Type | Description |
---|---|
bool |
|
Name | Description |
---|---|
T |