다음을 통해 공유


OpenXmlElementList.Equals Method

Definition

Overloads

Equals(OpenXmlElementList)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(DocumentFormat.OpenXml.OpenXmlElementList other);
override this.Equals : DocumentFormat.OpenXml.OpenXmlElementList -> bool
Public Function Equals (other As OpenXmlElementList) As Boolean

Parameters

Returns

Implements

Applies to

Equals(Object)

public override bool Equals(object obj);
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Applies to