Point3D.Equals

Equals(Point2D)

Overrides the Equals of 2D point so the called comparison would be 3D

public override bool Equals(Point2D other)
ParameterTypeDescription
objPoint2DPoint to compare current object with.

Return Value

True if points are equal.

See Also


Equals(object)

Allows to compare 3D points.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectPoint to compare current object with.

Return Value

True if points are equal.

See Also