IsEqualTo Method (Python)
Indicates if this dataset object is the same object as a specified dataset object. The result is Boolean--True if the two objects are identical, False otherwise.
Syntax
SpssDataDoc.IsEqualTo(dataDoc)
Parameters
dataDoc. An SpssDataDoc
object