AtomsFramework Persistence Layer Reference Guide

AssociationKeyCollection.Contains Method 

[This is preliminary documentation and subject to change.]

Indicates if the collection contains an object.

[Visual Basic]
Public Function Contains( _
   ByVal value As AssociationKey _
) As Boolean
[C#]
public bool Contains(
   AssociationKey value
);

Parameters

value
The object to check the existence of.

Return Value

Boolean indicating success or failure

Remarks

The method uses the standard list.Contains() method.

See Also

AssociationKeyCollection Class | AtomsFramework Namespace