ZedGraph LogoZedGraph Class Library Documentation
Equals Method (obj)
NamespacesZedGraphPointPairEquals(Object)
Compare two PointPair objects for equality. To be equal, X, Y, and Z must be exactly the same between the two objects.
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 PointPair object to be compared with.
Return Value
true if the PointPair objects are equal, false otherwise

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621