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
- value
Type: DocumentFormat.OpenXml.Packaging.IdPartPair
An IdPartPair.
Return Value
Type: System.Boolean
true if the value of the value parameter is the same as this instance; otherwise, false.