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