docs.unity3d.com
    Show / Hide Table of Contents

    Class EnumerableExtension

    Inheritance
    Object
    EnumerableExtension
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Tests.Runtime.Tools
    Syntax
    public static class EnumerableExtension

    Methods

    IsEquivalent<T>(IEnumerable<T>, IEnumerable<T>)

    Compares two IEnumerable objects for equality, ignoring order

    Declaration
    public static bool IsEquivalent<T>(this IEnumerable<T> enumerable, IEnumerable<T> other)
    Parameters
    Type Name Description
    IEnumerable<T> enumerable
    IEnumerable<T> other
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    T
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023