Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method Equals

    Equals(ReadOnlyValueSet?)

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

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

    Equals(object?)

    Determines whether this value set is equal to another object. Value sets 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.