Collection4.

Ensure(Object) Method

Summary

makes sure the passed object is in the Collection.

Syntax

public Object Ensure(Object element)

Remarks

makes sure the passed object is in the Collection. equals() comparison.

Parameters

Name Type Description
element Object

Return Value

Type Description
Object