docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(object)

    Tests for equality.

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

    The object to compare against.

    Returns
    Type Description
    bool

    Returns true if obj is of type AddReferenceImageJobState and is considered equal to this AddReferenceImageJobState using Equals(AddReferenceImageJobState). Returns false otherwise false.

    Overrides
    ValueType.Equals(object)

    Equals(AddReferenceImageJobState)

    Tests for equality.

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

    The other AddReferenceImageJobState to compare against.

    Returns
    Type Description
    bool

    Returns true if this AddReferenceImageJobState represents the same handle as other. Returns false otherwise.

    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