Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method Equals

    Equals(ReadOnlyValueList?)

    Determines whether this value list is equal to another value list. Value lists are considered equal if they point to the same Dictionary with the same Key.

    Declaration
    public bool Equals(ListDictionary<TKey, TValue>.ReadOnlyValueList? other)
    Parameters
    Type Name Description
    ListDictionary<TKey, TValue>.ReadOnlyValueList other
    Returns
    Type Description
    bool
    Implements
    IEquatable<T>.Equals(T)

    Equals(object?)

    Determines whether this value list is equal to another object. Value lists are considered equal if they point to the same Dictionary and Key.

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    © Singulink. All rights reserved.