Skip to main content
All docs
V26.1
  • MongoDBWizardSettings.GetHashCode() Method

    Gets the hash code that corresponds to the value of the current MongoDBWizardSettings object.

    Namespace: DevExpress.DataAccess.UI.Wizard

    Assembly: DevExpress.DataAccess.v26.1.dll

    Declaration

    public override int GetHashCode()

    Returns

    Type Description
    Int32

    The hash code for the current object.

    See Also