Skip to main content
All docs
V26.1
  • Scene3DVector.Equals(Scene3DVector) Method

    Determines whether the specified object is equal to the current Scene3DVector object.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public readonly bool Equals(
        Scene3DVector other
    )

    Parameters

    Name Type Description
    other Scene3DVector

    The Scene3DVector object used in comparison with the current object.

    Returns

    Type Description
    Boolean

    true if the specified Scene3DVector object is equal to the current object; otherwise, false.

    Implements

    See Also