public abstract class ContainerName
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
belongsToSameIdentity(ContainerName otherContainer)
Returns whether or not this container and the given container belong
to the same identity.
|
public abstract boolean belongsToSameIdentity(ContainerName otherContainer)
otherContainer - the container name to checktrue if this container belongs to the same identity as
the given container, false otherwise.