EulerAngles.IsEqualTo Method (EulerAngles, Tolerance) |
Evaluates if the current instance and another are equal using the specified tolerance.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool IsEqualTo(
EulerAngles other,
Tolerance tolerance
)
Public Function IsEqualTo (
other As EulerAngles,
tolerance As Tolerance
) As Boolean
public:
bool IsEqualTo(
EulerAngles other,
Tolerance tolerance
)
member IsEqualTo :
other : EulerAngles *
tolerance : Tolerance -> bool
Parameters
- other
- Type: Gile.AutoCAD.Geometry.EulerAngles
EulerAngles intance. - tolerance
- Type: Tolerance
Tolerance.
Return Value
Type:
Booleantrue, if the two instance are equal ;
false, otherwise.
See Also