IAggregatePool.isNull

Checks if item is null.

class IAggregatePool(T)
protected override
bool
isNull

Parameters

item Item

item to check for being null

Return Value

Type: bool

true if item is null or false otherwise.

Meta