docs.unity.cn
    Show / Hide Table of Contents

    Operator GreaterThan

    GreaterThan(Hash128, Hash128)

    Determines whether one hash's value is greater than another hash's value

    Declaration
    public static bool operator>(Hash128 a, Hash128 b)
    Parameters
    Type Name Description
    Hash128 a

    The first hash to compare.

    Hash128 b

    The second hash to compare.

    Returns
    Type Description
    Boolean

    Whether the first hash is greater than the second hash, or not.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023