contains

operator fun contains(network: ProtoNetwork<*>): Boolean

Checks whether a network with the same UUID as network is present in the network state.


operator fun contains(node: NetworkNode): Boolean

Checks whether a node with the same position as node is present in the network state.