ZedGraph LogoZedGraph Class Library Documentation
Equals Method (obj)
NamespacesZedGraphPointPairListEquals(Object)
Compare two PointPairList objects to see if they are equal.
Declaration Syntax
C#Visual BasicVisual C++
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
public:
virtual bool Equals (
	Object^ obj
) override
Parameters
obj (Object)
The PointPairList to be compared with for equality.
Return Value
true if the PointPairList objects are equal, false otherwise.
Remarks
Equality is based on equal count of PointPair items, and each individual PointPair must be equal (as per the Equals(Object) method.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621