Share via


IdPartPair.Equals Method

Definition

Overloads

Equals(Object)
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.

public override bool Equals (object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Applies to

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.

Implements

Applies to