docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(object)

    Checks if this SerializableGuid is equal to an object.

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

    The object to check.

    Returns
    Type Description
    bool

    True if obj is a SerializableGuid with the same field values.

    Overrides
    ValueType.Equals(object)

    Equals(SerializableGuid)

    Check if this SerializableGuid is equal to another SerializableGuid.

    Declaration
    public bool Equals(SerializableGuid other)
    Parameters
    Type Name Description
    SerializableGuid other

    The other SerializableGuid

    Returns
    Type Description
    bool

    True if this SerializableGuid has the same field values as the other one.

    Implements
    IEquatable<T>.Equals(T)
    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)