IdPartPair Class

Definition

Represents a (RelationshipId, OpenXmlPart) pair.

public class IdPartPair
public class IdPartPair : IEquatable<DocumentFormat.OpenXml.Packaging.IdPartPair>
public readonly struct IdPartPair : IEquatable<DocumentFormat.OpenXml.Packaging.IdPartPair>
type IdPartPair = class
type IdPartPair = class
    interface IEquatable<IdPartPair>
type IdPartPair = struct
Public Class IdPartPair
Public 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)

Applies to