AttributeSet.Contains Method
Determines whether the AttributeSet contains the specified element.
Thread safety: This method is not thread-safe. Show
Contains(KeyValuePair item)
Determines whether the AttributeSet contains the specified element.Syntax
public bool Contains (
KeyValuePair< Atom, AttributeValue > item
)
Parameters
item
Type: Key and value pair.
The element to locate.
The element to locate.
Return Value
Type: System.Boolean
True if item could be found; otherwise, False.
True if item could be found; otherwise, False.
Platforms
Windows, Linux, Android