Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method Contains

    Contains(TAlternateLeft, TAlternateRight)

    Gets a value indicating if the map contains an association between the specified alternate left and alternate right value.

    Declaration
    public bool Contains(TAlternateLeft leftValue, TAlternateRight rightValue)
    Parameters
    Type Name Description
    TAlternateLeft leftValue
    TAlternateRight rightValue
    Returns
    Type Description
    bool

    Contains(TAlternateLeft, TAlternateRight, out TLeft, out TRight)

    Gets a value indicating if the map contains an association between the specified alternate left and alternate right value.

    Declaration
    public bool Contains(TAlternateLeft leftValue, TAlternateRight rightValue, out TLeft actualLeftValue, out TRight actualRightValue)
    Parameters
    Type Name Description
    TAlternateLeft leftValue
    TAlternateRight rightValue
    TLeft actualLeftValue
    TRight actualRightValue
    Returns
    Type Description
    bool
    © Singulink. All rights reserved.