Collection4.

ContainsByIdentity(Object) Method

Summary

tests if the object is in the Collection.

Syntax

public bool ContainsByIdentity(Object element)

Remarks

tests if the object is in the Collection. == comparison.

Parameters

Name Type Description
element Object

Return Value

Type Description
bool