PCComponentInstance.compareTo Method
Compares the values in this configuration instance with the ones on the supplied configuration instance.
Syntax
public boolean compareTo(PCComponentInstance _componentInstance)
Run On
Called
Parameters
- _componentInstance
Type: PCComponentInstance Table
The configuration instance of the component used for comparison.
Return Value
Type: boolean
true if all values of this component and the subcomponents are equal; otherwise, false.