Contains(MemberReferenceMap) Method
Determines whether the System.Collections.Generic.ICollection`1 contains a specific value.

Syntax

public virtual bool Contains(MemberReferenceMap item)

Parameters

Name Type Description
item MemberReferenceMap The object to locate in the System.Collections.Generic.ICollection`1.

Return Value

Type Description
bool true if item is found in the System.Collections.Generic.ICollection`1; otherwise, false.