This method tests a against this object for equivalency within the tolerance range specified by tolerance.
Public Function IsEqualTo( a As CoordinateSystem3d, tolerance As Tolerance ) As bool
public bool IsEqualTo( CoordinateSystem3d a, Tolerance tolerance );
Parameters |
Description |
CoordinateSystem3d a |
Input object to compare with |
Tolerance tolerance |
Input tolerance value |
Comments? |