Search Results for

    Show / Hide Table of Contents

    Class FileHandleComparer

    Provides methods to compare two FileHandle objects for equality based on their full paths.

    Inheritance
    System.Object
    FileHandleComparer
    Namespace: UniUtils.Data
    Assembly: cs.temp.dll.dll
    Syntax
    public class FileHandleComparer : IEqualityComparer<FileHandle>

    Methods

    Equals(FileHandle, FileHandle)

    Determines whether the specified FileHandle objects are equal by comparing their full paths.

    Declaration
    public bool Equals(FileHandle x, FileHandle y)
    Parameters
    Type Name Description
    FileHandle x

    The first FileHandle to compare.

    FileHandle y

    The second FileHandle to compare.

    Returns
    Type Description
    System.Boolean

    true if the full paths of both FileHandle objects are equal; otherwise, false.

    GetHashCode(FileHandle)

    Declaration
    public int GetHashCode(FileHandle obj)
    Parameters
    Type Name Description
    FileHandle obj
    Returns
    Type Description
    System.Int32
    In This Article
    Back to top UniUtils Documentation