I have object Microsoft.Office.Interop.PowerPoint.Shape
and I need to know if it is related (the same as) to object DocumentFormat.OpenXml.Presentation.Shape
.
Maybe I can compare ID's? But to me looks like OpenXml.Presentation.Shape has a different id than PowerPoint.Shape.