EntityList.Remove Method

Removes the first occurrence of a specific entity from this collection.
Public Overrides Function Remove( _ 
ByVal entity As Entity
) As Boolean
This language is not supported or no code example is available.
public override bool Remove( 
Entity entity 
)
This language is not supported or no code example is available.

Parameters

entity
Entity

The object to remove from this collection

Return Value

bool

True if entity is successfully removed; otherwise, false. This method also returns false if entity was not found in this collection.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition