IPool.isSame

Checks a and b for identity.

class IPool
protected abstract
bool
isSame

Parameters

a Item

item to check for being indentical to b

b Item

item to check for being indentical to a

Return Value

Type: bool

true if a and b are identical or false otherwise.

Meta