docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(object)

    Determines whether two snapshot identifiers are equal.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The snapshot identifier to compare against the current snapshot identifier.

    Returns
    Type Description
    bool

    True if the specified snapshot identifier is equal to the current snapshot identifier; otherwise, false.

    Overrides
    ValueType.Equals(object)

    Equals(Identifier<T>)

    Determines whether two snapshot identifiers are equal.

    Declaration
    public bool Equals(Identifier<T> other)
    Parameters
    Type Name Description
    Identifier<T> other

    The snapshot identifier to compare against the current snapshot identifier.

    Returns
    Type Description
    bool

    True if the specified snapshot identifier is equal to the current snapshot identifier; otherwise, false.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)