[]
Indicates whether the current value is equal to another value of the same type.
public bool Equals(Point3D other)
Public Function Equals(other As Point3D) As Boolean
Type | Name | Description |
---|---|---|
Point3D | other | A value to compare with this value. |
Type | Description |
---|---|
bool |
|