FulcrumFS FulcrumFS
FulcrumFS FulcrumFS
DocFX + Singulink = ♥

Search Results for

    Method Equals

    Equals(FileId?, FileId?)

    Determines whether two FileId instances are equal.

    Declaration
    public static bool Equals(FileId? left, FileId? right)
    Parameters
    Type Name Description
    FileId left
    FileId right
    Returns
    Type Description
    bool

    Equals(FileId?)

    Determines whether the specified FileId is equal to the current FileId.

    Declaration
    public bool Equals(FileId? other)
    Parameters
    Type Name Description
    FileId other
    Returns
    Type Description
    bool
    Implements
    IEquatable<T>.Equals(T)

    Equals(object?)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current object.

    Returns
    Type Description
    bool

    true if the specified object is equal to the current object; otherwise, false.

    Overrides
    Object.Equals(Object)
    © Singulink. All rights reserved.