docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(object)

    Compares for equality.

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

    The object to compare against.

    Returns
    Type Description
    bool

    true if obj is of type MutableRuntimeReferenceImageLibrary.Enumerator and Equals(Enumerator) is true.

    Overrides
    ValueType.Equals(object)

    Equals(Enumerator)

    Compares for equality.

    Declaration
    public bool Equals(MutableRuntimeReferenceImageLibrary.Enumerator other)
    Parameters
    Type Name Description
    MutableRuntimeReferenceImageLibrary.Enumerator other

    The other enumerator to compare against.

    Returns
    Type Description
    bool

    true if the other enumerator is equal to this one.

    Implements
    IEquatable<T>.Equals(T)
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023