Determines whether a service attribute with the specified ID is in the List.
| C# | Visual Basic |
public bool Contains( ServiceAttributeId id )
Public Function Contains ( _ id As ServiceAttributeId _ ) As Boolean
- id (ServiceAttributeId)
- The id of the service attribute to locate, as a ServiceAttributeId.
true if item is found in the record; otherwise, false.