Skip to main content
All docs
V25.2
  • Scene3DVector.Equals(Scene3DVector) Method

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

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    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