Search Results for

    Show / Hide Table of Contents

    Class StringArrayComparer

    Compare to string arrays.

    Inheritance
    object
    StringArrayComparer
    Namespace: Evergine.Assets.Exporters
    Assembly: Evergine.Assets.dll
    Syntax
    public class StringArrayComparer

    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.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX