Checks this PointSymbolizerImpl with another for equality.
Two PointSymbolizers are equal if the have the same geometry property
name and their graphic object is equal.
Note: this method only works for other instances of PointSymbolizerImpl,
not other implementors of PointSymbolizer
Parameters: oth - The object to compare with this PointSymbolizerImpl forequality. True of oth is a PointSymbolizerImpl that is equal. |