Method Contains
Contains(FieldValue)
Determines whether a specified element is in the list represented
by this instance.
Declaration
public bool Contains(FieldValue item)
Parameters
| Type | Name | Description |
|---|---|---|
| FieldValue | item | The value to locate. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the value is found, otherwise
false. |
Remarks
The equality of the values is determined by the semantics of
Equals(FieldValue) method.