EPTXmlParserEquals Method (EPTXmlParser) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Determines whether the specified EPTXmlParser has the same content as the current EPTXmlParser.

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public bool Equals(
	EPTXmlParser p
)

Parameters

p
Type: ContentStudio.Document.EPTEPTXmlParser
The EPTXmlParser to compare with the current instance.

Return Value

Type: Boolean
true if the specified EPTXmlParser is equal to the current EPTXmlParser; otherwise, false.
Remarks

This member was added in Content Studio version 5.2
See Also

Reference