docs.unity.cn
    Show / Hide Table of Contents

    Method Equals

    Equals(AspectType)

    Test if this AspectType is equal to another AspectType

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

    AspectType to test equality with

    Returns
    Type Description
    Boolean

    True if this AspectType is equal to another AspectType

    Equals(Object)

    Test if this object is equal to another object

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

    Object to test equality with

    Returns
    Type Description
    Boolean

    True if this object is equal to another object

    Overrides
    ValueType.Equals(Object)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, September 20, 2023