Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Quaternion Class / Equals Method / Equals(Quaternion) Method

In This Topic
    Equals(Quaternion) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As Quaternion _
    ) As Boolean
    public bool Equals( 
       Quaternion other
    )

    Parameters

    other
    See Also