Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Compare one XML element with another XML element for equality.

Namespace: Tangosol.Run.Xml
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static bool EqualsElement(
	IXmlElement xml1,
	IXmlElement xml2
)

Parameters

xml1
Type: Tangosol.Run.Xml..::..IXmlElement
A non-null IXmlElement object.
xml2
Type: Tangosol.Run.Xml..::..IXmlElement
A non-null IXmlElement object.

Return Value

true if the elements are equal, false otherwise.

See Also