IAggregatePool.isSame

Checks a and b for identity.

class IAggregatePool(T)
protected override
bool
isSame

Parameters

a Item

item to check for being identical to b

b Item

item to check for being identical to a

Return Value

Type: bool

true if a and b are identical or false otherwise.

Meta