Struct SearchEntryResult | Quick Search | 1.5.4
docs.unity3d.com
    Show / Hide Table of Contents

    Struct SearchEntryResult

    Namespace: Unity.QuickSearch
    Syntax
    public struct SearchEntryResult : IEquatable<SearchEntryResult>

    Constructors

    SearchEntryResult(String, Int32, Int32)

    Declaration
    public SearchEntryResult(string document, int documentIndex, int score)
    Parameters
    Type Name Description
    String document
    Int32 documentIndex
    Int32 score

    Fields

    index

    Declaration
    public readonly int index
    Field Value
    Type Description
    Int32

    path

    Declaration
    public readonly string path
    Field Value
    Type Description
    String

    score

    Declaration
    public readonly int score
    Field Value
    Type Description
    Int32

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    Object other
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)

    Equals(SearchEntryResult)

    Declaration
    public bool Equals(SearchEntryResult other)
    Parameters
    Type Name Description
    SearchEntryResult other
    Returns
    Type Description
    Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023