Search Results for

    Show / Hide Table of Contents

    Class StringArrayComparer

    Compare to string arrays.

    Inheritance
    object
    StringArrayComparer
    Implements
    IEqualityComparer<string[]>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Assets.Exporters
    Assembly: Evergine.Assets.dll
    Syntax
    public class StringArrayComparer : IEqualityComparer<string[]>

    Methods

    Equals(string[], string[])

    Compare to string arrays method.

    Declaration
    public bool Equals(string[] x, string[] y)
    Parameters
    Type Name Description
    string[] x

    string array 1.

    string[] y

    string array 2.

    Returns
    Type Description
    bool

    Return true whether two list are equals and false in otherwise.

    GetHashCode(string[])

    Gets the hash code.

    Declaration
    public int GetHashCode(string[] obj)
    Parameters
    Type Name Description
    string[] obj

    string array.

    Returns
    Type Description
    int

    The hash code.

    Implements

    IEqualityComparer<T>

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX