KeyValueTable<RoadType>.Contains Method
Determines whether the table contains the specified element.
Thread safety: This method is not thread-safe. Show
Contains(KeyValuePair item)
Determines whether the table contains the specified element.Syntax
public bool Contains (
KeyValuePair< AttributeValue, RoadType > item
)
Parameters
item
Type: An element consisting of a key and its associated value.
An element to look for.
An element to look for.
Return Value
Type: System.Boolean
True if the table contains item; otherwise, False.
True if the table contains item; otherwise, False.
Platforms
Windows, Linux, Android