IdPartPair Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a (RelationshipId, OpenXmlPart) pair.
public class IdPartPairpublic class IdPartPair : IEquatable<DocumentFormat.OpenXml.Packaging.IdPartPair>public readonly struct IdPartPair : IEquatable<DocumentFormat.OpenXml.Packaging.IdPartPair>type IdPartPair = classtype IdPartPair = class
    interface IEquatable<IdPartPair>type IdPartPair = structPublic Class IdPartPairPublic Class IdPartPair
Implements IEquatable(Of IdPartPair)Public Structure IdPartPair
Implements IEquatable(Of IdPartPair)- Inheritance
- 
				IdPartPair
- Inheritance
- 
				IdPartPair
- Implements
Constructors
| IdPartPair(String, OpenXmlPart) | Initializes a new instance of the IdPartPair with the specified id and part. | 
Properties
| OpenXmlPart | 
				Obsolete.
			 Gets the OpenXmlPart in the pair. | 
| RelationshipId | 
				Obsolete.
			 Gets the relationship ID in the pair. | 
Methods
| Equals(IdPartPair) | Determines whether this instance and another specified IdPartPair object have the same value. | 
| Equals(Object) | Determines whether the specified object is equal to the current object. | 
| GetHashCode() | Serves as the default hash function. | 
Operators
| Equality(IdPartPair, IdPartPair) | |
| Inequality(IdPartPair, IdPartPair) |