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

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

Determines whether the specified Object is an EPTXmlParser that 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 override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare with the current EPTXmlParser.

Return Value

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

This member was added in Content Studio version 5.2
See Also

Reference