Compare two PointPairList objects to see if they are equal.
- obj (Object)
- The PointPairList to be compared with for equality.
true if the PointPairList objects are equal, false otherwise.
Equality is based on equal count of PointPair items, and
each individual PointPair must be equal (as per the
Equals(Object) method.
