MpfUtilities.IsSameComObject Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Shared Function IsSameComObject ( _
object1 As Object, _
object2 As Object _
) As Boolean
public static bool IsSameComObject(
Object object1,
Object object2
)
public:
static bool IsSameComObject(
Object^ object1,
Object^ object2
)
static member IsSameComObject :
object1:Object *
object2:Object -> bool
public static function IsSameComObject(
object1 : Object,
object2 : Object
) : boolean
Parameters
- object1
Type: System.Object
Can be an object, interface, or IntPtr.
- object2
Type: System.Object
Can be an object, interface, or IntPtr.
Return Value
Type: System.Boolean
true if the two items represent the same thing.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace