| Point3dEquals Method (Object) | 
 
            Determines whether the specified 
Object is a 
Point3d and has the same values as the present point.
            
 
    Namespace: 
   Rhino.Geometry
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
 Syntax
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
 The specified object.
Return Value
Type: 
Booleantrue if obj is a Point3d and has the same coordinates as this; otherwise false.
 See Also
See Also