Search Results for

    Show / Hide Table of Contents

    Class FileInfoNameComparer

    Inheritance
    Object
    FileInfoNameComparer
    Implements
    IComparer<FileInfo>
    IEqualityComparer<FileInfo>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: System
    Assembly: Acoustics.Shared.dll
    Syntax
    public class FileInfoNameComparer : IComparer<FileInfo>, IEqualityComparer<FileInfo>

    Methods

    | Improve this Doc View Source

    Compare(FileInfo, FileInfo)

    Declaration
    public int Compare(FileInfo x, FileInfo y)
    Parameters
    Type Name Description
    FileInfo x
    FileInfo y
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    Equals(FileInfo, FileInfo)

    Declaration
    public bool Equals(FileInfo x, FileInfo y)
    Parameters
    Type Name Description
    FileInfo x
    FileInfo y
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    GetHashCode(FileInfo)

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

    Implements

    System.Collections.Generic.IComparer<T>
    System.Collections.Generic.IEqualityComparer<T>

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top