IdPartPair.Equals Method (IdPartPair)

Determines whether this instance and another specified IdPartPair object have the same value.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Function Equals ( _
    value As IdPartPair _
) As Boolean
'Usage
Dim instance As IdPartPair
Dim value As IdPartPair
Dim returnValue As Boolean

returnValue = instance.Equals(value)
public bool Equals(
    IdPartPair value
)

Parameters

Return Value

Type: System.Boolean
true if the value of the value parameter is the same as this instance; otherwise, false.

See Also

Reference

IdPartPair Class

IdPartPair Members

Equals Overload

DocumentFormat.OpenXml.Packaging Namespace