Search Results for

    Show / Hide Table of Contents

    Class CodeCompiler.AssemblyNameComparer

    Inheritance
    Object
    CodeCompiler.AssemblyNameComparer
    Implements
    IEqualityComparer<AssemblyName>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic.Compiler
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public class AssemblyNameComparer : IEqualityComparer<AssemblyName>

    Methods

    Equals(AssemblyName, AssemblyName)

    Declaration
    public bool Equals(AssemblyName x, AssemblyName y)
    Parameters
    Type Name Description
    AssemblyName x
    AssemblyName y
    Returns
    Type Description
    Boolean

    GetHashCode(AssemblyName)

    Declaration
    public int GetHashCode(AssemblyName obj)
    Parameters
    Type Name Description
    AssemblyName obj
    Returns
    Type Description
    Int32

    Implements

    System.Collections.Generic.IEqualityComparer<T>
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.