[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.Point3D.Equals

Equals Method

Equals(Point3D)

Indicates whether the current value is equal to another value of the same type.

Declaration
public bool Equals(Point3D other)
Public Function Equals(other As Point3D) As Boolean
Parameters
Type Name Description
Point3D other

A value to compare with this value.

Returns
Type Description
bool

true if the current object is equal to the other parameter; otherwise, false.

Implements