Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Operator operator !=

    operator !=(ReadOnlyValueList?, ReadOnlyValueList?)

    Determines whether two value lists are not equal. Value lists are considered equal if they point to the same Dictionary with the same Key.

    Declaration
    public static bool operator !=(ListDictionary<TKey, TValue>.ReadOnlyValueList? x, ListDictionary<TKey, TValue>.ReadOnlyValueList? y)
    Parameters
    Type Name Description
    ListDictionary<TKey, TValue>.ReadOnlyValueList x
    ListDictionary<TKey, TValue>.ReadOnlyValueList y
    Returns
    Type Description
    bool
    © Singulink. All rights reserved.