Collection4.

Remove(Object) Method

Summary

removes an object from the Collection equals() comparison returns the removed object or null, if none found

Syntax

public virtual bool Remove(Object a_object)

Parameters

Name Type Description
a_object Object

Return Value

Type Description
bool