IdPartPair.Equals Method
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.
Overloads
Equals(Object) | |
Equals(IdPartPair) |
Determines whether this instance and another specified IdPartPair object have the same value. |
Equals(Object)
Equals(IdPartPair)
Determines whether this instance and another specified IdPartPair object have the same value.
public bool Equals (DocumentFormat.OpenXml.Packaging.IdPartPair value);
public bool Equals (DocumentFormat.OpenXml.Packaging.IdPartPair? value);
public bool Equals (DocumentFormat.OpenXml.Packaging.IdPartPair other);
override this.Equals : DocumentFormat.OpenXml.Packaging.IdPartPair -> bool
override this.Equals : DocumentFormat.OpenXml.Packaging.IdPartPair -> bool
Public Function Equals (value As IdPartPair) As Boolean
Public Function Equals (other As IdPartPair) As Boolean
Parameters
- valueother
- IdPartPair
An IdPartPair.
Returns
True if the value of the value parameter is the same as this instance; otherwise, false.