Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Compare one XML element with another XML element for equality.

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

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