Boolean
IAttributeCollection
.Contains(
String
name)
Checks if the collection contains the attribute identified by its name.
Remarks
Examples
Parameters
name
Type:
String
The attribute name.
Return Value
Type:
Boolean
Returns true if the collection contains the attribute; otherwise, returns false.