Was this page helpful?

Map.Contains

    Table of contents
    1. 1. Usage Restrictions
    2. 2. Parameters
    3. 3. Result
    4. 4. Samples
    Map.Contains(map : map, key : str) : bool

    Check if the key is contained in a map.

    Usage Restrictions

    9.02 or later.

    Parameters

    Name Type Description
    map map map value
    key str key value

    Result

    True, if the specified key exists in the map, otherwise false

    Samples

       Output

    Find 'Type' in map

    {{map.Contains({Name: "foo", Type: "entity"},"Type")}}  

    true

    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by