# IActivationWorkingSetMember.IsCandidateForRemoval(bool)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.iactivationworkingsetmember/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.iactivationworkingsetmember/methods/)

```csharp
public abstract bool IsCandidateForRemoval(bool wouldRemove)
```

Returns `true` if the member is eligible for removal, `false` otherwise.

### Parameters

- `wouldRemove` (`bool`)

### Returns

`true` if the member is eligible for removal, `false` otherwise.
