Contains

DocumentTableRelationCollection.Contains method

Returns a value indicating whether this collection contains the specified relation.

public bool Contains(DocumentTableRelation relation)
Parameter Type Description
relation DocumentTableRelation A relation to look for.

Return Value

A value indicating whether this collection contains the specified relation.

See Also