contains method

bool contains(
  1. SocketPlugSources childValue
)

Implementation

bool contains(SocketPlugSources childValue){
    return value & childValue.value == childValue.value;
}