[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Graphics.Point3d.Equals

Equals Method

Equals(object)

Compare the Point3d object to another System.Object and check if the two are equal.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

Point3d System.Object to be compared with object.

Returns
Type Description
bool
Overrides