Autodesk.AutoCAD.Geometry Namespace > CoordinateSystem3d Structure > CoordinateSystem3d Methods > IsEqualTo Method > IsEqualTo(CoordinateSystem3d, Tolerance) Method
CoordinateSystem3d.IsEqualTo(CoordinateSystem3d, Tolerance) Method
Description

 

This method tests a against this object for equivalency within the tolerance range specified by tolerance.

Visual Basic
Public Function IsEqualTo(
    a As CoordinateSystem3d, 
    tolerance As Tolerance
) As bool
C#
public bool IsEqualTo(
    CoordinateSystem3d a, 
    Tolerance tolerance
);
Parameters
Parameters 
Description 
CoordinateSystem3d a 
Input object to compare with 
Tolerance tolerance 
Input tolerance value 
Links
   Comments?